LPI Exam Questions

why was it not deleted?

While deleting all files beginning with the letter a there was still the file Access.txt left.
Assuming that it had the correct ownership, why was it not deleted?

A.
Linux file names are case sensitive.

B.
The file Access.txt was hidden.

C.
The file Access.txt was probably opened by another application.

D.
Files with extensions need a different treatment.

E.
rm had to be called with the option -R to delete all files.

Explanation: