LPIC-1 Exam 101 (Linux Administrator) — Question 25
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 are stored in the /usr/share/man directory. The other options do not conform to the standard locations for man pages, making them incorrect.