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 ? | 5 Yes | 3 No |
Post New Answer View All Answers
Explain getopts command of linux?
How do I move to root in linux?
What is the difference between rmdir and rm r?
What is build process?
What is an os command?
What are different command to check ram, process and hdd of linux machine?
What are the options of wc command?
What is command grouping and how does it work?
State and explain about features of UNIX?
What is $@ in makefile?
Explain about the command elm?
What is lsof command in linux?
How can I check the exit status of my previous command in Linux operating system?
What is bash history linux?
How do I change shell in linux?