LPIC-1 Exam 101 v5 (Linux Administrator) — Question 47
In compliance with the FHS, in which of the directories are man pages found?
Answer options
- A. /opt/man/
- B. /usr/doc/
- C. /usr/share/man/
- D. /var/pkg/man
- E. /var/man/
Correct answer: C
Explanation
The correct answer is C, as the FHS specifies that man pages are located in /usr/share/man/. The other options do not conform to the standard locations for man pages as defined by the FHS.