Write a command to find all of the files which have been
accessed within the last 30 days.
Answers were Sorted based on User's Feedback
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 |
Answer / mrigendra singh
#find -ctime -720
these commond find all file in hour 720=24*30
thus 720h in 30 days.
| Is This Answer Correct ? | 5 Yes | 0 No |
How do you insert comments in the command line prompt?
What will happen when a system call is encountered in a user program?
How would you monitor real-time system performance in Linux?
My linux machine is crashed due to root file system, I need not to bother about the root file system, but i need to take care of /etc, /usr, like that.,, can i recover these file systems?
What does the command env do?
what is major and minor?
have you ever got warning message from unix admin that file system running out of space or not enough disk space?what will u do?
What is the role of case sensitivity in affecting the way commands are used?
How do I clear terminal command history?
1). What are the situation in process is duplicate is linux box.? 2) Give me 5 situation to kill a process?
can some one tell me the steps(with commands) to create LVM in RHEL 5????
How do I use nslookup in linux?