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 is devops linux?
How do I permanently delete linux history?
What is the command can be used to check for file corruption?
Main configuration file and command used for NFS enabling exported directories and deamons?
Explain about communication features in UNIX?
What is make in linux?
What can you type at a command line to determine which shell you are using?
What is makefile in unix?
Explain how you would find a specific string in a file.
I know ssh, telnet, dns,apache all are worked on TCP/UDP but i want to know any one service which are working on UDP only?
If the programmer wishes to execute an instruction at the specified time. Which command is used?
What is clang tidy?