Write a command to find all of the files which have been
accessed within the last 30 days.
Answer Posted / sunil amal
find / -iname "*" -atime 30 -type f
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Explain command grouping in linux?
How do I move to root in linux?
What are grep commands?
How do I run a .sh file in linux?
What does curl command do in linux?
How do you know which shell I am using in linux?
How do I permanently delete linux history?
Which commands are used to set a processor-intensive job to use less cpu time?
What are the options of wc command?
what do know about commands?
What language is a makefile written in?
What is the default number of shell commands saved in the history list of .cshrc file?
What are the linux commands used in devops?
What is echo command in batch file?
What does sh do in linux?