本文转载至:http://www.networknuts.net/linux-interview-questions/
An inode is a data structure on a traditional Unix-style file system such as UFS or ext3 / ext4.
An inode stores basic information about a regular file, directory, or other file system object.
iNode number also called as index number, it consists following attributes:
Following command will be used to show inodes of file and folders:
ls -i
Following command will show complete info about any file or folders with inode number
stat file/folder