What is INODE?
3 years ago
Operating System
INODE are the data structures that contain information about the files which are created when UNIX file systems are created. Each file has an inode & is identified by an inode number (i-number) in the file system where it resides. Inode provides important information on files such as group ownership, access mode (read, write, execute permissions).
Sanisha Maharjan
Jan 20, 2022