What is a file system?
A software implementation of the way data is stored on and retrieved from a physical medium.
Which Linux specific file systems are most common?
ext4
XFS
Btrfs
True of false: multiple file system implementations can be used concurrently on Linux?
True; the root file system is always a single type, but different parts of the file system tree can be used to mount other file system types on.
What is the journaling feature present on most Linux file system implementations?
Journaling is the mechanism which ensures writes to disks cannot fail halfway. It greatly improves reliability of the file system.
On which point in the tree is the root file system mounted?
At the highest point, on /.
What is the PATH variable ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.