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 command should you use to check the number of files and disk space used and each user’s defined quotas?
Suppose I lost a root password and I need to give it, I treid to change it through single usermode even though I am not get a password, then what is the otherprocedure to give a root password?
How do I run a shell script?
What is grep command in linux with examples?
Write a command that will look for files with an extension "c", and has the occurrence of the string "apple" in it.
You wish to restore the file memo.ben which was backed up in the tarfile mybackup.tar. What command should you type?
What is make in linux?
What is bc command in unix?
How does diff command work?
What command would you use to check how much memory is being used by linux?
What are linux commands?
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 netstat command in linux?
How much ram do I have linux?
Which are the linux directory commands?