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
How do you grep?
How do you execute more than one command or program from a single command line entry?
What is in mkdir command?
What is dos and its commands?
How do I check disk space in linux?
How to hide the partition in grub booting?
what is the fastest way to enter a series of commands from the command-line in linux
How do I do a whois search?
What does the ps command do in linux?
What is the command to calculate the size of a folder?
What is clang llvm?
Brief about FTP hostname?
What is the default number of shell commands saved in the history list of .cshrc file?
What is finger command in linux?
How do I find the umask value in linux?