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 does in makefile do?
Diff b/w C-shell and Born-shell
When and how linux developed?
How do I set permission to run in linux?
How many types of commands are there in linux?
You read an article that lists the following command: dd if=/dev/fdo bs=512 of=/new what does this accomplish?
I have my default runlevel is init5 now i have configured to init 3,now i wanna run my system in init3 process without reboot the system .How will you do for this scenario?
Please send Security on linux related questions and answers.
Explain about document formatting?
can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance
What is the use of man command in linux?
How do I check command history?