Linux Foundation Certified System Administrator (LFCS) — Question 77
In compliance with the FHS, in which of the directories are man pages found?
Answer options
- A. /usr/share/man
- B. /opt/man
- C. /usr/doc/
- D. /var/pkg/man
- E. /var/man
Correct answer: A
Explanation
The correct answer is A, as the FHS specifies that man pages should be stored in the /usr/share/man directory. The other options, while they may exist in a filesystem, do not adhere to the FHS standards for man page locations.