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
Explain difference between nfs soft and hard mouniting points?
What does chmod 644 do?
What is clang tidy?
How can we increase disk read performance in single command?
What does in makefile do?
What does the ps command do in linux?
What the command used for search file or files for specific text?
What does && mean in bash?
Write about an internal command.
What is llvm used for?
What is ps command in linux?
What is the export command used for?
What is cmake in linux?
What file type is a makefile?
What is cpu in top command?