Write a command to find all of the files which have been
accessed within the last 30 days.
Answer Posted / ajit mohan b
find / -type f -atime -30 = accessed
find / -type f -ctime -30 = changed
find / -type f -ctime -30 = modified
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
What are the mv command options?
How many commands are there in linux?
What does comm do and how to use it?
What does sh do in linux?
What does make clean command do?
How to write the output of a command to a file?
How do I move to root in linux?
Explain about system and user utilities?
Hi everyone i want to learn Devops in Hyderabad can anyone please suggest me best institute.
What command should you use to check the number of files and disk space used and each user’s defined quotas?
How do I find the process id in linux?
What is type command in linux?
How do I run a command in linux?
What are grep commands?
What could possibly be the problem when a command that was issued gave a different result from the last time it was used?