Q. f user tries to remove (rm) a readonly file (444 permission), what will happen? (Solved)
1. the file is removed successfully (and silently)
2. the rm command prompts for a confirmation, the command is successful upon confirmation
3. he rm command prompts for a confirmation, however the operation fails because of insufficient permissions
4. the rm command fails because of insufficient permissions
- b. the rm command prompts for a confirmation, the command is successful upon confirmation