Discussion :: Linux MCQs
- If 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.
The rm command prompts for a confirmation, however the operation fails because of insufficient permissions
|
D.
The rm command fails because of insufficient permissions
|
Answer : Option B
Explanation :
The rm command prompts for a confirmation, the command is successful upon confirmation
Be The First To Comment