- (Exam Topic 1)
Which of the following commands reboots the system when using SysV init? (Choose TWO correct answers.)
Correct Answer:AC
- (Exam Topic 5)
Which of the following files exist in a standard GRUB 2 installation? (Choose two.)
Correct Answer:BD
- (Exam Topic 4)
Which of the following commands can be used to locate programs and their corresponding man pages and configuration files?
Correct Answer:E
- (Exam Topic 2)
An administrator has issued the following command: grub-install --root-directory=/custom-grub /dev/sda
In which directory will new configuration files be found? (Provide the full directory path only without the filename)
Solution:
/custom-grub/boot/grub/, /custom-grub/boot/grub
Does this meet the goal?
Correct Answer:A
- (Exam Topic 4)
Which of the following examples for Bash file globbing matches a file named root-can-do-this.txt when used in the directory holding that file? (Choose three correct answers.)
Correct Answer:ABC
- (Exam Topic 5)
What is true regarding the command
ls > files
if files does not exist?
Correct Answer:B