Write a command to find all of the files which have been
accessed within the last 30 days.
Answer Posted / ajit mohan b
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 |
Post New Answer View All Answers
How do you create a text file in linux?
What is tty in linux command?
What is umask in linux?
What is dos and its commands?
How do I run multiple commands in linux?
How do I navigate in cmd?
What is env command in linux?
Is a command a full sentence?
What is free linux?
What is df -h command?
Does cp overwrite?
You suspect that you have two commands with the same name as the command is not producing the expected results. What command can you use to determine thelocation of the command being run?
How do I find cpu in linux?
How do I change shell in linux?
What are different command to check ram, process and hdd of linux machine?