Write a command to find all of the files which have been
accessed within the last 30 days.
Answer Posted / jihad
find / -type f -atime -30
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
What does df command do in linux?
What are the basic command in linux?
How do I change shell in linux?
How do I run whois command?
What does the command env do?
How do I check my cpu speed?
How do I permanently delete linux history?
Does cp overwrite?
What does top do in linux?
How does mkdir work in linux?
What are grep patterns called?
The command ‘umask -S’
What is phony in makefile?
You wish to restore the file memo.ben which was backed up in the tarfile mybackup.tar. What command should you type?
What is Syntax of any Linux command?