Which of the following commands can be used to display the inode number of a given file?
Which of the following commands can be used to display the inode number of a given file?
The command 'ls' with the '-i' option can be used to display the inode number of a given file. Using 'ls -i' or 'ls --inode' will list files along with their inode numbers.
ls -i. correct
correct. Use ls -i , --inode to print the index number of each file