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
What is help command in linux?
How do I check storage on linux?
How does grep work in linux?
How do I list all processes in linux?
How do I know my linux shell version?
How to hide the partition in grub booting?
Is makefile a shell script?
What is du -s * | sort -k1,1rn | head command used for?
What is the default number of shell commands saved in the history list of .cshrc file?
How do you check which file consuming more space in linux?
What is Syntax of any Linux command?
How many cmd commands are there?
Suppose you try to delete a file using the rm command and the deletion fails. What could be the possible reason?
The ‘logout’ built in command is used to
What does ls mean in linux?