Which of the following commands can be used to show the inode number of a specified file?
The ls -i command prints each file’s inode number to the left of its name.
ls -i
Community Discussion