What kind of filesystems are supported by Linux?
What is a partition?
What is a filesystem?
What is the Filesystem Hierarchy Standard (FHS)
Where can one find more information about the FHS?
https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.pdf
How are multiple drives and partitions mounted?
Where are removable media like usb drives shown in the filesystem?
Mounted at
/run/media/yourusername/disklabel
for recent distros
/media for older distros
What folders are part of the FHS?
/bin/
/boot/
/dev/
/etc/
/home/
/lib/
/media/
/mnt/
/opt/
/sbin/
/srv/
/tmp/
/usr/
/var/
/root/
/proc/
What is the following directory used for?
/bin/
Essential user command binaries
What is the following directory used for?
/boot/
Static files of the boot loader
What is the following directory used for?
/dev/
device files
What is the following directory used for?
/etc/
Host-specific system configuration
What is the following directory used for?
/home/
User home directories
What is the following directory used for?
/lib/
Essential shared libraries and kernel modules
What is the following directory used for?
/media/
Mount point for removable media
What is the following directory used for?
/mnt/
mount point for a temporarily mounted filesystem
What is the following directory used for?
/opt/
Add-on application software packages
What is the following directory used for?
/sbin/
system binaries
What is the following directory used for?
/srv/
data for services provided by this system
What is the following directory used for?
/tmp/
temporary files
What is the following directory used for?
/usr/
(multi-)user utilities and applications
What is the following directory used for?
/var/
variable files
What is the following directory used for?
/root/
home directory for the root user
What is the following directory used for?
/proc/
virtual filesystem documenting kernel and process status as text files