- (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
- (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
- (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
- (Exam Topic 4)
Which of the following commands instructs SysVinit to reload its configuration file?
Correct Answer:
D
- (Exam Topic 3)
In Bash, inserting 1>&2 after a command redirects
Correct Answer:
C