LFCS · Question #849
LFCS Question #849: Real Exam Question with Answer & Explanation
The correct answer is A: Software to predict the location of installed files and directories.. The Filesystem Hierarchy Standard (FHS) provides a consistent directory structure, allowing both software and users to predict where specific types of files and directories are located on a Linux system.
Question
Which of the following does the Filesystem Hierarchy Standard enable? (Select TWO).
Options
- ASoftware to predict the location of installed files and directories.
- BSoftware to predict the ownership and access rights to files and directories.
- CUsers to predict the location of installed files and directories.
- DUsers to predict how the filesystem should be formatted according to need.
Explanation
The Filesystem Hierarchy Standard (FHS) provides a consistent directory structure, allowing both software and users to predict where specific types of files and directories are located on a Linux system.
Common mistakes.
- B. FHS defines directory structure and content types but does not define ownership or access rights to files; these are managed by file permissions and user/group management.
- D. FHS specifies directory organization, not how the filesystem should be formatted (e.g., ext4, XFS).
Concept tested. Filesystem Hierarchy Standard (FHS) purpose
Reference. https://refspecs.linuxfoundation.org/FHS_3.0/fhs/index.html
Topics
Community Discussion
No community discussion yet for this question.