inode Subscribe
Inode describes a file system object which is generally a file or a directory. Every inode has the attributes and disk location of the object’s data stored on it.File system object attributes may include metadata as well as owner and permission data. Inode often relies on the data structure of the file system.Directories are lists of names assigned to inodes. A directory contains an entry for itself, its parent, and each of its children.