Write a command to find all of the files which have been
accessed within the last 30 days.
Answer Posted / jsdkar
find -type f -atime +30 -print
| Is This Answer Correct ? | 12 Yes | 5 No |
Post New Answer View All Answers
What is the command to find maximum memory taking process on the server?
Enumerate some of the most commonly used network commands in unix?
What is the general format of unix command syntax?
What is the difference between grep and grep?
What command will change your prompt to myprompt?
How do you repeat a command in terminal?
Explain mount and unmount command.
What is grep short for?
Which command is used to find whether the system is 32 bit or 64 bit?
What command is used to check the current users?
How do I search a whole word in vim?
How do I run a bash script?
What does pipe () return?
Write a command to display a file’s contents in various formats?
Who invented grep?