Which of the following is true when hard-linked files are present?
A.
 The output of stat will report “hard” instead of “regular file”
B.
 The hard-linked files may not be empty
C.
 Both files will share the same inode
D.
 Issuing a long directory listing with ls -1 will indicate the link with “->” 
E.
 The file permissions will be prefixed by an “h”, eg. hrwxr-x-r-x