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 is the use of finger command in linux?
What is the pwd command?
What does kill in linux?
What does grep grep do?
How compile c++ program in cmd?
Which daemon is used for scheduling of the commands?
How can we increase disk read performance in single command?
What is whois command in linux?
When and how linux developed?
What is tail command in linux?
What is $@ in shell?
Which command will show you free/used memory? Does free memory exist on linux?
What does uname command do?
How do makefiles work?
How to give acl permission in numerical mode on linux?