00:00

QUESTION 1

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

QUESTION 2

- (Exam Topic 5)
What output will be displayed when the user fred executes the following command? echo ‘fred $USER’

Correct Answer: A

QUESTION 3

- (Exam Topic 5)
When is the content of the kernel ring buffer reset? (Choose two.)

Correct Answer: AE

QUESTION 4

- (Exam Topic 4)
Which of the following commands will display the inode usage of each mounted filesystem?

Correct Answer: B

QUESTION 5

- (Exam Topic 4)
Which of the following commands changes all occurrences of the word “bob” in file data to “Bob” and prints the result to standard output?

Correct Answer: B