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 vnc?
What is dos and its commands?
What is the default number of shell commands saved in the history list of .cshrc file?
What is difference between free and available memory in linux?
Which Command used to lock user password in Linux?
Explain about sh?
What is ll command in unix?
What is makefile in unix?
tell me something about linux commands.
What is the makefile in c?
What is nbtstat command?
Is makefile a shell script?
What is devops linux?
What is make in linux?
How do I start ms dos?