Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 372 Bytes

File metadata and controls

3 lines (2 loc) · 372 Bytes

#inode

The inode (index node) is a data structure in a Unix-style file system that describes a file-system object such as a file or a directory. Each inode stores the attributes and disk block location(s) of the object's data.[1] File-system object attributes may include metadata (times of last change,[2] access, modification), as well as owner and permission data.[3]