

MCQOPTIONS
Saved Bookmarks
1. |
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 |
D. | find . -mtime -365 -print |
Answer» D. find . -mtime -365 -print | |