How do I find out an inode (index-node) of a file under Unix like operating systems?
{ 3 comments }
Q. How do I display file inode number using command line? A. An inode is a data structure on a Unix / Linux file system. An inode stores basic information about a regular file, directory, or other file system object. You can use following two commands to display an inode: [a] ls command : list [...]
{ 2 comments }