Which of the following commands is used to remove files with confirmation prompt from the user file system which have neither been accessed nor modified i the last one year?
Question:Which of the following commands is used to remove files with confirmation prompt from the user file system which have neither been accessed nor modified i the last one year?
1. find -mtime +365 | rm
2.grep (/usr/*) - mtime + 365 | -ok rm
3. find -name - mtime + 365 / - ok rm
4.find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ;
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!