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
Write a command to display a file’s contents in various formats?
What is $0 bash?
What command will change your prompt to myprompt?
What is the use of awk command in unix?
Who command in unix?
What does the md command do?
What is unix command?
Explain command to show the space allocation of files?
What's a command word?
hw will u use awk in replacing cahrs and files
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is command substitution?
Can you enlist some commonly used network commands?
How does the system know where one command ends and another begins?
Which unix command to make a new directory?