Linux
Filesystem Hierarchy
/ β The Root Directory
/bin β Essential User Binaries
These Binaries must be present when the system is mounted in single-user mode.
/sbin- system administration programs (fdisk, mkfs, sysctl, etc)
/etc - configuration flies /tmp- temporary files (typically deleted on boot)
/usr/bin - applications (apt, neat, nmap, etc.) /usr/share- application support and data files
Not essential for single-user mode.Package Management
Customizing the Bash Environment
Last updated