nerdexam
SUN

310-200 · Question #218

You identify three files in the /export file system that appear to be identical. You know the inode number used by one of the files. Which two commands provide information verifying that these files…

The correct answer is D. find /export -inum <inode_number> E. ls -liR /export. See the full explanation below for the reasoning.

Question

You identify three files in the /export file system that appear to be identical. You know the inode number used by one of the files. Which two commands provide information verifying that these files are hard linked? (Choose two.)

Options

  • Als -laR /export
  • Bcat /export
  • Cfind /export -file <inode_number>
  • Dfind /export -inum <inode_number>
  • Els -liR /export

How the community answered

(45 responses)
  • A
    2% (1)
  • B
    9% (4)
  • C
    4% (2)
  • D
    84% (38)

Community Discussion

No community discussion yet for this question.

Full 310-200 Practice