Answers:
In addition to its file name, each file in a file system has an identification number, called an inode number unique in its file system. The inode number refers to the physical file, the data stored in a particular location.
Inodes store information about files and directories (folders), such as file ownership, access mode (read, write, execute permissions), and file type.
Login to add comment