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 I know my linux os is 32 bit or 64 bit? and How can i know my CPU is 32 bit or 64 bit in linux machine environment.?
What command should you use to check the number of files and disk space used and each user’s defined quotas?
What is linux load average?
Which command is used to delete a group?
What command would you use to create an empty file without opening it to edit it?
What are the basic commands for user management?
What is mkdir?
How can we see the default gateway ip ini linux.
How to recover /etc/passwd file and /etc/shadow file?
What are system commands?
Why makefile is used in linux?
What would be the result of the command paste -s dog cat?