InterviewSolution
Saved Bookmarks
| 1. |
Where are inodes stored in Unix file system explain |
|
Answer» The names for inodes (names for files, DIRECTORIES, devices, etc.) are STORED on disk in directories. Only the names and the ASSOCIATED inode NUMBERS are stored in the directory; the actual disk space for whatever data is being named is stored in the NUMBERED inode, not in the directory. |
|