How to find the files that are accessed before 10 minutes?
Answer Posted / krishna
find . -mmin -10 -type f -ls
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain mount and unmount command.
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is s and g in sed command?
What will the following command do?
What is the function of grep command in unix?
What happens when we execute a unix command?
What is the general format of unix command syntax?
What is the use of finger command?
Can you enlist some commonly used network commands?
how to sort the content of the file based on numeric values
What is unix command?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
Enlist some filename manipulation commands in unix.
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
How do I use nslookup?