Search
.Management Sciences
A. find -mtime +365 | rm
B. grep (/usr/*) – mtime + 365 | -ok rm
C. find -name – mtime + 365 / – ok rm
D. find /user/* (-mtime + 365 – a – atime +365 ) – OK rm {} ;
Related Mcqs:
- What command is used with vi editor to delete a single character ?
- A. x B. y C. a D. z...
- Which of the following signs is used to back up over typing errors in vi ?
- A. @ B. # C. $ D. !...
- What script is run for setting bash global defaults for all users ?
- A. /etc/.profile B. /etc/.bashrc C. /etc/.log D. /etc/profile...
- What command is used with vi editor to move forward to the end of a word ?
- A. c B. d C. b D. e...
- Which command is used to copy all files having the string chap and any two characters after that to the progs directory ?
- A. cp chap?? progs B. cp chap* progs C. cp chap[12] /progs/*.* D. cp chap?? /progs/*...
Recent Comments