Question 111
In compliance with the FHS, in which of the directories are man pages found?
/opt/man/
/opt/man/
Question 112
Which of the following commands lists all currently installed packages when using RPM package management?
Question 113
Which of the following describes the correct order in which the components of the system boot process are started?
Question 114
What is the first program the Linux kernel starts at boot time when using System V init?
Question 115
Which of the following commands prints a list of usernames (first column) and their primary group (fourth column) from the /etc/passwd file?
fmt -f 1,4 /etc/passwd
fmt -f 1,4 /etc/passwd
