The Linux Filesystem
ext2 - the Linux native filesystem.
Linux also supports many other types.
Directories are files that list other files
- Can be normal files or directories
- Enables a hierarchy to be built
Each directory entry consists of two parts: a file name and an inode number (a pointer to a file),
The topmost directory is always called / root