Question
If user tries to remove (rm) a readonly file (444 permission), what will happen?
Answer: Option B
Was this answer helpful ?
The rm command prompts for a confirmation, the command is successful upon confirmation
Was this answer helpful ?
More Questions on This Topic :
Question 3. Given the command$ chmod o-w datafile ....
Question 6. What does chmod +t do? ....
Question 7. The command chmod 4777 a.out ....
Submit Solution