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.)
A.
ls -laR /export
B.
cat /export
C.
find /export -file <inode_number>
D.
find /export -inum <inode_number>
E.
ls -liR /export
Explanation: