Write a command to find all of the files which have been
accessed within the last 30 days.
Answer Posted / vikash
# find / -type f -mtime +30
| Is This Answer Correct ? | 18 Yes | 6 No |
Post New Answer View All Answers
What is devops model?
What will happen when a system call is encountered in a user program?
How do I create a .txt file?
What is the root directory linux?
What are the commands in linux?
What is p command?
why context switching time should be minimum? How it depends on hardware support?
What is du -s * | sort -k1,1rn | head command used for?
Which command is used to check the number of files and disk space used and the each user’s defined quota?
Why makefile is used in linux?
Which command reduces the size of a file?
How do I check my cpu speed?
What command would you use to create an empty file without opening it to edit it?
Find command can search for files by
What is tail command in linux?