Vidyalelo
Computer Science · Q658

UNIX

Engineering and GATE · Computer Science · question 658

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
Answer
D.
find . -mtime -365 -print

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board