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
What is sed awk grep?
Which command can you use to find the currently running process in unix server?
What's a command word?
What do chmod, chown, chgrp commands do?
How do you grep a case insensitive?
How can you see the command line history?
What is a bash command?
What command is used to switching between users in unix?
Why is shebang used?
What is the use of the tee command?
What is difference between grep and find command in unix?
What are the commands in UNIX to list the files in a Directory?
What is pipe command in unix?
What is the command to find maximum memory taking process on the server?
What is used to type command?