IBM Academy - Hybrid Cloud and Red Hat

Prepare yourself to become a Tech-Savvy Business Professional in Linux System Administration and ready to tackle technological challenges in the workplace.

Learn More

Meet Our Team

Five Voices, One Direction. Creating Amazing Cloud Solutions!
M. Hanif Annafi
M. Hanif Annafi
HCRH Student
Kevin Leonardo
Kevin Leonardo
HCRH Student
Aprilia Ningsih
Aprilia Ningsih
HCRH Student
M. Hilmi Hasan
M. Hilmi Hasan
HCRH Student
Diky. M
Diky M.
HCRH Student
Linux File System

Linux File System Hierarchy

The Linux File System Hierarchy (FHS) is a standard that organizes the structure and location of directories within the Linux file system. At the top of the hierarchy is the root directory (/), followed by /bin, which contains essential programs, and /etc for configuration files. The /home directory is used for user data, while /lib stores important libraries, /usr contains additional applications, and /var holds frequently changing data like logs. This structure maintains order and facilitates navigation for users and administrators.

Check out our LinkedIn post by clicking this link.

Back To Top