Linux – directory
▪ /(Root): Primary hierarchy root and root directory of the entire file system hierarchy.
▪ /bin : Essential command binaries that need to be available in single-user mode.
▪ /boot : Boot loader files, e.g., kernels, initrd.
▪ /dev : essential device files, e.g., /dev/null.
▪ /etc : host-specific system-wide configuration files.
▪ /home : users’ home directories, containing saved files, personal settings.
▪ /lib : libraries essential for the binaries in /bin/