Which of the following commands can be used to display the inode number of a given file? (Choose two.)
Which of the following commands can be used to display the inode number of a given file? (Choose two.)
To display the inode number of a given file, you can use the 'ls' command with the '-i' option, which shows the inode number along with the file name. You can also use the 'stat' command, which provides detailed information about the file, including its inode number. Therefore, the correct commands are 'ls' and 'stat'.
correct. ls -i & stat
Agreed.
Affirmative CE
ls -i filename and stat filename
ls -i ist correct