Write a command to find all of the files which have been
accessed within the last 30 days.
Answer Posted / sunil amal
find / -iname "*" -atime 30 -type f
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What does bash stand for?
How do I find cpu in linux?
What does && mean in linux?
Explain difference between swap partition and swap file?
How does diff command work?
How can we increase disk read performance in single command in Linux?
If we transfer 100 files by ftp to remote server, how to know the files are successfully transfer or some file are not transferred?
What does cd do in linux?
What is difference between egrep and grep?
What is cpu in top command?
How do I set permission to run in linux?
You wish to print a file ‘draft’ with 60 lines on a page. What command would you use?
Is llvm a compiler?
Which is the required command for checking the file system?
How can I check the exit status of my previous command in Linux operating system?