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
What is difference between sh and bash?
What does curl command do in linux?
How do you check which file consuming more space in linux?
What are the 4 kinds of sentences with examples?
What is nbtstat command?
What does make clean command do?
Is a command a full sentence?
How to recover /etc/passwd file and /etc/shadow file?
What is tty name?
Why is it called bash?
How commands work in linux?
What are the basic command in linux?
How do I run bash on windows?
Explain trap command of linux?
What is the use of cp p command?