nerdexam
Linux_Foundation

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.

Submitted by yasin.bd· Apr 18, 2026Operation of Running Systems

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.

How the community answered

(24 responses)
  • A
    92% (22)
  • B
    4% (1)
  • D
    4% (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.

ASoftware to predict the location of installed files and directories.Correct

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.

BSoftware to predict the ownership and access rights to files and directories.

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.

CUsers to predict the location of installed files and directories.Correct

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.

DUsers to predict how the filesystem should be formatted according to need.

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

#Filesystem Hierarchy Standard#Linux directory structure#File locations#System standards

Community Discussion

No community discussion yet for this question.

Full LFCS Practice