Linux Filesystem

10 May 2020

Linux file names are case-sensitive.

Folders are referred to as Directories (if you’re coming from Windows). There are no Local Disks in Linux, everything is stored in the root directory. However, you can mount different directories to different partitions or storage devices if you want.

The linux file system layout is defined in the FHS (Filesystem Hierarchy Standard). However, some linux distributions don’t really follow it exactly. Several directory structuring styles have also changed over the years.

Both the /bin and /sbin directories contain the binaries that are necessary for running the system in single user mode.