LINUX FILE SYSTEM Flashcards
What does Linux use to distinguish directory paths?
Forward Slash (/)
T/F- The Linus file system is case-sensitive.
True
T/F- Everything is a file in Linux.
True
What defines the structure and layout of Linux File System and is maintained by the Linux Foundation?
FHS Filesystem Hierarchy Standard
T/F- All Linux distributions follow FHS.
False
What is the top of the FHS?
ROOT
Basic functions are stored here; stands for binaries, programs, or applications.
/bin
This is the directory for system binaries.
/sbin
T/F -Standard users can have access to /sbin.
True (yes, with permission)
T/F -When a program is installed, the program is typically not placed in either /bin or /sbin.
True
This is the directory that contains everything which allows the operating system to boot.
/boot
The /boot directory contains _________.
bootloaders
The directory where devices are located.
/dev
The directory where hardware is located.
/dev
The directory that is an area which drivers and applications can access, but users should refrain.
/dev
The directory where all configuration files are stored.
/etc
The “etc” stands for _________.
Edit to Configure
Libraries are stored in the __________, __________,
and ___________ directories.
/lib, /lib32, /lib64