InterviewSolution
Saved Bookmarks
| 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 |
|