Question: When a user deletes a file using the rm command, Linux will \_.
- always ask for confirmation
 - back up the file before it deletes the file
 - ask for confirmation if configured to do so
 - never ask for confirmation
 
Answer: The correct answer of the above question is Option C:ask for confirmation if configured to do so