LFCS · Question #849
Which of the following does the Filesystem Hierarchy Standard enable? (Select TWO).
The correct answer is A. Software to predict the location of installed files and directories. C. Users 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
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.
How the community answered
(24 responses)- A92% (22)
- B4% (1)
- D4% (1)
Why each option
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.
A is correct because FHS defines standard locations for system files, libraries, and executables (e.g., `/bin`, `/usr/bin`, `/etc`), allowing software to reliably find necessary components without hardcoding arbitrary paths.
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.
C is correct because FHS standardizes the filesystem layout across different Linux distributions, enabling users to easily navigate and find files (like `/home` for user data, `/var/log` for logs, `/tmp` for temporary files) regardless of the specific system they are using.
FHS specifies directory organization, not how the filesystem should be formatted (e.g., ext4, XFS).
Concept tested: Filesystem Hierarchy Standard (FHS) purpose
Source: https://refspecs.linuxfoundation.org/FHS_3.0/fhs/index.html
Topics
Community Discussion
No community discussion yet for this question.