Write a command to find all of the files which have been
accessed within the last 30 days.
Answer Posted / jyoti pruthi
find / -atime -30
Here,
/ is for root directory
-atime is for access time
-30 is for within 30 days
It will give the details of the file that have been accessed
within the last 30 days.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How do I open a port?
What is awk good for?
Is ‘du’ a command? If so, what is its use?
What happens when we execute a unix command?
How many unix commands are there?
What is the use of the tee command?
What is grep and how do you use it?
Does cp command overwrite files?
How do I use nslookup?
What does awk stand for?
How do I use grep to search for a file?
What is awk used for?
What are grep patterns?
What is unix command?
Are you in or at the office?