September 2017
Intermediate to advanced
466 pages
9h 33m
English
Directories allow you to create a structure and store your files in a way that is easy for you to organize and search for them. In reality, directories are entries on a filesystem that contain lists of other files and directories. This happens with the help of inodes, which are data structures that hold information about files and directories.
As you can see in the following figure, directories are implemented as lists of names assigned to inodes. As a result, a directory contains an entry for itself, its parent directory, and each of its children, which among other things can be regular files or other directories:
Read now
Unlock full access