- (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 5)
Which of the following properties of a Linux system should be changed when a virtual machine is cloned? (Choose two.)
Correct Answer:
DE
- (Exam Topic 4)
Which of the following shell commands makes the already defined variable TEST visible to new child processes? (Choose two.)
Correct Answer:
D
- (Exam Topic 4)
Which of the following commands changes the ownership of file.txt to the user dan and the group staff?
Correct Answer:
B
- (Exam Topic 3)
From a Bash shell, which of the following commands directly executes the instruction from the file
/usr/local/bin/runme.sh without starting a subshell? (Please select TWO answers.)
Correct Answer:
AB