CompTIA Linux+ Powered by LPI (LX0-103) — Question 36
What is the purpose of the Filesystem Hierarchy Standard?
Answer options
- A. It is a security model used to ensure files are organized according to their permissions and accessibility.
- B. It provides unified tools to create, maintain and manage multiple filesystems in a common way.
- C. It defines a common internal structure of inodes for all compliant filesystems.
- D. It is a distribution neutral description of locations of files and directories.
Correct answer: D
Explanation
The Filesystem Hierarchy Standard aims to establish a consistent structure for the organization of files and directories across different Linux distributions, which is accurately described in option D. Options A, B, and C refer to different aspects of filesystems that are not the primary focus of the FHS, making them incorrect in this context.