Q658
Which of the following command will be used to locate those files that have not been modified for more than a year?
A.
find . -mtime 1
B.
find . -mtime 1 year -print
C.
find . -mtime +365 -print
AnswerD.
find . -mtime -365 -print
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board