Write a command to find all of the files which have been
accessed within the last 30 days.
Answer Posted / jihad
find / -type f -atime -30
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
Which command would you use if you want to remove the password assigned to a group?
What is devops linux?
What is the gcc command?
What does f mean linux?
How do I check cores in linux?
what do know about commands?
What does cd – command do?
What make install does?
What does r mean linux?
What is the use of cp p command?
What is SFC command?
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.
What is df command in linux?
What does the ps command do in linux?
Which is the required command for checking the file system?