Skip to content

Anas154/Linux-Road-Map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Linux-Road-Map

image

Understanding Directory Hierarchy

In Linux, understanding the directory hierarchy is crucial for efficient navigation and file management. A Linux system's directory structure, also known as the Filesystem Hierarchy Standard (FHS), is a defined tree structure that helps to prevent files from being scattered all over the system and instead organise them in a logical and easy-to-navigate manner.

/: Root directory, the top level of the file system. /home: User home directories. /bin: Essential binary executables. /sbin: System administration binaries. /etc: Configuration files. /var: Variable data (logs, spool files). /usr: User programs and data. /lib: Shared libraries. /tmp: Temporary files.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors