Unix File System
https://refspecs.linuxfoundation.org/FHS_3.0/fhs/index.html
Summmary
π /bin:
Contains essential system binaries that are required for booting and basic system operations.
π /boot:
Contains files required for booting the system, including the Linux kernel, initial RAM disk, and boot loader files.
π /dev:
Contains device files that represent hardware devices connected to the system.
π /etc:
Contains system-wide configuration files for various applications and services.
π /home:
Contains user home directories, where user-specific data and settings are stored.
π /lib:
Contains shared libraries required by system binaries and other executables.
π /media:
Mount point for removable media such as USB drives, CDs, DVDs, etc. ππΎ
π /mnt:
Mount point for temporary file systems, such as network file systems.
π /opt:
Contains optional software packages that are not part of the default system installation.
π /proc:
Contains virtual files that represent system and process information.
π /root:
Home directory for the root user.
π /run:
Contains temporary files that are created by system daemons and other processes.
π /sbin:
Contains system binaries that are required for system administration.
π /srv:
Contains data for services provided by the system.
π /sys:
Contains virtual files that represent the system's hardware devices and drivers.
π /tmp:
Contains temporary files that are created by applications and system processes.
π /usr:
Contains user binaries, libraries, documentation, and source-code for the system.
π /var:
Contains variable files, such as log files, spool directories, and caches for various applications and services. πποΈπ»
Last updated
Was this helpful?