Write a command to find all of the files which have been
accessed within the last 30 days.
Answer Posted / vikash
# find / -type f -mtime +30
| Is This Answer Correct ? | 18 Yes | 6 No |
Post New Answer View All Answers
What does the ps command do in linux?
What does history command do in linux?
What is the root directory linux?
Is python faster than bash?
How use more command in linux?
What is the difference between find and locate command in linux?
What command would you use to check how much memory is being used by linux?
Explain grep command.
What daemon is used for scheduling of the commands?
Brief about FTP hostname?
How cp command works in linux?
What is cpu core in linux?
Which command is used to compare the files?
What is top command in linux?
What are bash scripts used for?