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 ? | 18 Yes | 6 No |
Post New Answer View All Answers
How lilo is useful in linux?
What are grep commands?
How do you sort cpu in top command?
How many types of dos commands are there?
What is command grouping and how does it work?
What command would you use to check how much memory is being used by linux?
How commands work in linux?
What is $@ in bash?
What command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc..?
How do you create a text file in linux terminal?
How do I check cpu usage?
How do makefiles work?
In order to display the last five commands you have entered using the fc command, you would type?
What is tail command in linux?
How can we increase disk read performance in single command in Linux operating system?