nerdexam
Linux_Foundation

LFCS · Question #872

What is the purpose of the Filesystem Hierarchy Standard?

The correct answer is D. It is a distribution neutral description of locations of files and directories. The Filesystem Hierarchy Standard (FHS) establishes a consistent directory structure for Unix-like operating systems.

Submitted by the_admin· Apr 18, 2026Storage Management

Question

What is the purpose of the Filesystem Hierarchy Standard?

Options

  • AIt is a security model used to ensure files are organized according to their permissions and
  • BIt provides unified tools to create, maintain and manage multiple filesystems in a common way.
  • CIt defines a common internal structure of inodes for all compliant filesystems.
  • DIt is a distribution neutral description of locations of files and directories.

How the community answered

(37 responses)
  • A
    3% (1)
  • B
    3% (1)
  • C
    5% (2)
  • D
    89% (33)

Why each option

The Filesystem Hierarchy Standard (FHS) establishes a consistent directory structure for Unix-like operating systems.

AIt is a security model used to ensure files are organized according to their permissions and

FHS focuses on defining a standard directory structure, not on file permissions or implementing a security model.

BIt provides unified tools to create, maintain and manage multiple filesystems in a common way.

FHS describes a hierarchy, not a set of tools for creating, maintaining, or managing filesystems.

CIt defines a common internal structure of inodes for all compliant filesystems.

FHS defines the logical organization of files and directories, not the internal technical structure of inodes for filesystems.

DIt is a distribution neutral description of locations of files and directories.Correct

The FHS specifies a standard directory structure for Unix-like operating systems, ensuring that applications and users can predict where to find specific types of files, regardless of the particular distribution, which improves interoperability and simplifies system administration.

Concept tested: Linux Filesystem Hierarchy Standard (FHS) purpose

Source: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/managing_storage_devices/introduction-to-the-filesystem-hierarchy-standard_managing-storage-devices

Topics

#Filesystem Hierarchy Standard#FHS#directory structure#filesystem layout

Community Discussion

No community discussion yet for this question.

Full LFCS Practice