» Linux »
Examen sur Linux »
Examen 201 : Advanced Administration »
Section 2 »
Question 14/20
Explanation: The -i option with the rm command runs the command in 'interactive' mode. This will cause rm to
prompt you for the deletion of a file.
Reference: http://www.oreillynet.com/linux/cmd/r/rm.html
Incorrect Answers
B: The fact that rm is prompting for a confirmation indicates that the version of rm is compatible with your
system.
C: This is not the normal behavior for rm although it will prompt you if you are attempting to delete a write
protected file.
D: The rm command is running the rm program so there is not an incorrect link.