»
Linux
»
Examen sur Linux
»
Examen 201 : Advanced Administration
»
Section 2
»
Question 14/20
14.Every time you attempt to delete a file using the rm utility, the operating system prompts you for confirmation. You know that this is not the customary behavior for the rm command. What is wrong?
rm has been aliased as rm -i
The version of rm installed on your system is incorrect.
This is the normal behavior of the newest version of rm.
There is an incorrect link on your system.
Explanation
« Question 13
Question 15 »