Write a command to find all of the files which have been
accessed within the last 30 days.
Answer Posted / anoop mittal
The Command is ,
find / -atime +30
| Is This Answer Correct ? | 29 Yes | 11 No |
Post New Answer View All Answers
What is command grouping?
What is $@ in makefile?
I am using RedHat 6.3 in I wanna to install and configure zimbra mail. Can anybody tell me what are the RPM packages required for zimbra mail ? Where can I get those RPM packages ?
What are system commands?
How do I find my user id in linux?
How do I do a whois search?
What is in mkdir command?
What is makefile target?
How do I search bash history?
What is the fastest way to enter a series of commands from the command-line?
How can I delete a file in linux?
What is df -i command?
How many interfaces(ethernet cards) are working using single command?
What is pwd in linux command?
You read an article that lists the following command: dd if=/dev/fdo bs=512 of=/new what does this accomplish?