Multiple choice

The first thing that is searched when a command references a file is its

  1. I - node

  2. Inode number

  3. Permission string

  4. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

When referencing a file, the system first looks up the inode number through the directory entry. The inode contains all metadata about the file (permissions, size, location on disk). Permission string and other details come from examining the inode.