Skip to main content

Introduction

The Filesystem Hierarchy Standard (FHS) defines a common directory layout and its contents for Unix-like operating systems. Maintained by the Linux Foundation and detailed in the FHS 3.0 specification, this standard ensures that users and administrators can predict where to find system files, binaries, and configuration data. While FHS compliance is not mandatory, most Linux distributions follow it closely.
FHS compliance guarantees a consistent directory layout, simplifying system administration, backups, and package management.

Top-Level Directory Overview

The image displays a list of directories from the Filesystem Hierarchy Standard, commonly used in Unix-like operating systems.

Summary Tree

Further Reading

Ready to test your understanding? Proceed to the quiz section!

Watch Video