1.

f user tries to remove (rm) a readonly file (444 permission), what will happen?

A. the file is removed successfully (and silently)
B. the rm command prompts for a confirmation, the command is successful upon confirmation
C. he rm command prompts for a confirmation, however the operation fails because of insufficient permissions
D. the rm command fails because of insufficient permissions
Answer» C. he rm command prompts for a confirmation, however the operation fails because of insufficient permissions


Discussion

No Comment Found