00:00

QUESTION 16

- (Exam Topic 3)
Which of the following commands prints a list of usernames (first column) and their primary group (fourth column) from the /etc/passwd file?

Correct Answer: C

QUESTION 17

- (Exam Topic 1)
Which command will display messages from the kernel that were output during the normal boot sequence? dmesg, /bin/dmesg
Solution:


Does this meet the goal?

Correct Answer: A

QUESTION 18

- (Exam Topic 4)
In order to display all currently mounted filesystems, which of the following commands could be used? (Choose TWO correct answers.)

Correct Answer: AC

QUESTION 19

- (Exam Topic 4)
Which of the following commands instructs SysVinit to reload its configuration file?

Correct Answer: D

QUESTION 20

- (Exam Topic 3)
In Bash, inserting 1>&2 after a command redirects

Correct Answer: C