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
In order to improve your system’s security you decide to implement shadow passwords. What command should you use?
How do I clear my run history?
What is whois command in linux?
How do you run command every time a file is modified?
What is umask 000?
What are the basic command in linux?
What daemon is used for scheduling of the commands?
What is $@ in makefile?
How do I know my shell?
What is df command in linux?
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.
How do I run whois command?
What is the difference between rmdir and rm r?
What is iptables command in linux?
What is netstat command in linux?