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 I do a whois search?
What is whois command?
How do makefiles work?
What is df command in unix?
you wish to create a link to the /data directory in bob's home directory so you issue the command ln /data /home/bob/datalink but the command fails. What options hould you use in this command line to be successful.
What is c++ makefile?
What are the basic command in linux?
How compile c++ program in cmd?
What does mkdir mean?
What would be the result of the command paste -s dog cat?
How to activate / deploy licence in RHEL 6 and what will happen if you don't activate / deploy licence in RHEL 6 ?
How do I run a script in linux?
Find command can search for files by
What is the role of case sensitivity in affecting the way commands are used?
What is FC command?