1.

Which option is used with rm command for interactive deletion?(a) -i(b) -f(c) -r(d) -RThis question was addressed to me by my college professor while I was bunking the class.My question is taken from Deleting and Renaming files: rm and mv Command in portion Handling Ordinary Files of Unix

Answer»

The CORRECT choice is (a) -i

Explanation: Like in CP command, -i option is also used with RM command for interactive deletion. The prompts asks the user for confirmation before deleting the FILES.



Discussion

No Comment Found

Related InterviewSolutions