00:00

QUESTION 6

- (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

QUESTION 7

- (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

QUESTION 8

- (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

QUESTION 9

- (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

QUESTION 10

- (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