2.5 Inodes
inode
किसी file system में file को inode से व्यक्त किया जाता है | यह एक data structure है जिसमें एक unique number तथा file के बारे में information और file का address को store किया जाता है |
/ (root directory) की inode संख्या 2 होती है
Lost+found directory की inode संख्या 3 होती है |
inode संख्या 0 तथा 1 का उपयोग नहीं होता है |
ls command के साथ –i option का उपयोग कर हम फाइल या directory के inode number को देख सकते है |
प्रत्येक partition के inodes का समूह होता है | दो file का inode एक हो सकता है पर वे अलग partition पर होगी |
Information in inode
Owner and group owner of the file.
File type (regular, directory, ...)
Permissions on the file
Date and time of creation, last read and change.
Date and time this information has been changed in the inode.
Number of links to this file (see later in this chapter).
File size
An address defining the actual location of the file data.
Note - The only information not included in an inode, is the file name and directory