Directory Entry
Mar 5, 2025
- It is a record in a directory.
- It associates or maps a file name(human readable) with its inode number in a file-system.
- A directory entry contains the file name and pointer to the file's inode.
- It is stored in Directory.
- It doesn't store the file metadata that is done by Inode(Index Node)