Tag: inode

Linux — What is an inode?

An inode (aka index node) is a data structure used by Unix/Linux like filesystems in order to describe a filesystem object. Such an object could be a file or a directory. Every inode stores pointers to the disk block’s locations of the object’s data and metadata (https://www.bluematador....