Given:
# ls li
total 4
83215 rw-r–r- 2 root other 180 May 7 12:11 file1 83215 rw-r–r- 2 root other 180 May 7 12.11 file2
Which two are results of removing file2? (Choose two)

A.
Both file1 and file2 are removed.
B.
The link count value of file1 remains 2.
C.
file1 no longer provides access to data.
D.
The link count value of file1 decrements to 1.
E.
file1 remains and continues to provide access to data.
I choose
0
0