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 can we see the default gateway ip ini linux.
difference between patches and packages? and how to upgrade patches
Which command will show you free/used memory? Does free memory exist on linux?
Which command is used to terminate a process?
How to activate / deploy licence in RHEL 6 and what will happen if you don't activate / deploy licence in RHEL 6 ?
How many cmd commands are there?
How many linux commands are there?
How do I find the linux version?
What is the most graceful way to get to run level single user mode?
Who am I command in linux?
How do I run a script in linux?
What would be the result of the command paste -s dog cat?