InterviewSolution
Saved Bookmarks
| 1. |
What Is 'inode'? |
|
Answer» All UNIX files have its description stored in a STRUCTURE called 'inode'. The inode contains info about the file-size, its location, time of last access, time of last MODIFICATION, PERMISSION and so on. Directories are also REPRESENTED as files and have an associated inode. All UNIX files have its description stored in a structure called 'inode'. The inode contains info about the file-size, its location, time of last access, time of last modification, permission and so on. Directories are also represented as files and have an associated inode. |
|