Multiple choice The first thing that is searched when a command references a file is its I - node Inode number Permission string 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.