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 |
In order to improve your system’s security you decide to implement shadow passwords. What command should you use?
how to view crond status? If it's show service is not found.
How do I find the process id in linux?
Diff b/w C-shell and Born-shell
What is make in linux?
Explain grep command.
How many types of dos commands are there?
What make install does?
What is tty in linux process?
What daemon is used for scheduling of the commands?
How to FTP user access other directory except his own home directory ?
in LINUX,What are two subtle differences in using the more and the pg commands?