2 Ways to Get File Inode Number in Linux

In computing, an inode (index node) is a data structure used to represent a file or directory. Each inode stores the attributes and disk location of the file’s data. Filesystems that support extended attributes use additional entries in the inode structure to store these attributes. There are two ways to get the inode number for … Continue reading 2 Ways to Get File Inode Number in Linux