<<< Inode Table of Contents | Index | Dot and Dot-Dot >>> |
Directory is stored as ordinary file(*).
The directory is made of fixed-size directory entry records.
Each entry contains the following fields:
inode number (zero indicates a deleted object.)
entry name, such as "etc" or "passwd"
_______________________
(*) However, only operating system can update the directory, thus insuring its correct structure.
<<< Inode Table of Contents | Index | Dot and Dot-Dot >>> |