A user’s home directory contains unnecessary files that the user wants to delete. The ls -li
command presents the following output:
Which two occur when removing file2? (Choose two.)
A.
Both file1 and file2 are removed.
B.
The link count value of file1 remains 2.
C.
The file1 file no longer provides access to data.
D.
The link count value of file1 decreases to 1.
E.
The file1 file remains and continues to provide access to data.
Explanation: