QuestionQ1

GNU and Unix Commands

Which of these commands can be used to show the inode number for a specified file?

Choose two
  • A inode
  • B ln
  • C ls
  • D cp
  • E stat
Explanation

ls -i displays each file’s inode number, while stat reports file metadata that includes the inode number.

Community Discussion

No comments yet. Be the first to start the discussion!