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 |
What are the basic command in linux?
What does grep grep do?
You wish to print a file ‘draft’ with 60 lines on a page. What command would you use?
What is makefile in unix?
What does the following command line produce? Explain each aspect of this line. $ (date ; ps -ef | awk {print $1}' | sort | uniq | wc -l ) >> Activity.log
How do I find the console in linux?
How do I search bash history?
How do I clear terminal command history?
What are vim commands?
What does mkdir mean?
What is Write Command?
What is whois command in linux?