You got 7 points out of 8 possible.
Which of the following commands can be used to identify the default login shell?
| Your Answer | Correct Answer | |
|---|---|---|
| ● | ● | echo $SHELL |
| ○ | ○ | who |
| ○ | ○ | id shell |
| ○ | ○ | users |
RPM packages store files internally in the cpio archive format.
| Your Answer | Correct Answer | |
|---|---|---|
| ● | ● | true |
| ○ | ○ | false |
What might grep ˆf..l$ /usr/share/dict/words match?
| Your Answer | Correct Answer | |
|---|---|---|
| ● | ● | fuel |
| ○ | ○ | refill |
| ○ | ○ | furls |
| ○ | ○ | refuel |
Which of the following commands would create an EXT3 filesystem?
| Your Answer | Correct Answer | |
|---|---|---|
| ● | ● | mke2fs -j /dev/hda1 |
| ● | ● | mkfs -t ext3 /dev/hda1 |
| ○ | ○ | mkfs /dev/hda1 |
| ○ | ○ | mkfs -t /dev/hda1 |
| ○ | ○ | mkfs -j ext3 /dev/hda1 |
Which of the following commands would create an EXT2 filesystem?
| Your Answer | Correct Answer | |
|---|---|---|
| ● | ● | mkfs /dev/hda1 |
| ○ | ○ | mke2fs -j /dev/hda1 |
| ○ | ○ | mkfs -t ext3 /dev/hda1 |
| ○ | ○ | mkfs.ext3 /dev/hda1 |
If single user mode is insufficient to repair a problematic boot-up, the parameter init=/bin/csh could be passed to present a bare shell (assuming CSH was installed).
| Your Answer | Correct Answer | |
|---|---|---|
| ● | ● | true |
| ○ | ○ | false |
The graphical environment for Linux is a core part of the operating system.
| Your Answer | Correct Answer | |
|---|---|---|
| ● | ○ | true |
| ○ | ● | false |