August 2011
Intermediate to advanced
552 pages
23h 48m
English
Directories are the counterparts to files. Files are containers of information, while directories are containers of files. Directories can be nested inside of other directories, giving the hierarchical structure to the file system. The file system itself is conceptually built upon data blocks which store information, and inodes that store metadata. Both files and directories make use of data blocks and inodes. Links (hard links and symbolic links) allow a file or directory to appear in more than one location.
Compared to files, there is very little that can be done to directories. You can create them, remove them, and iterate through their contents.
int ...
Read now
Unlock full access