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


Please Help Members By Posting Answers For Below Questions

How can you see the command line history?

582


Which command can you use to find the currently running process in unix server?

586


Write a command that will display files in the current directory, in a colored, long format.

683


Write a command to kill the last background job?

618


Which command is used to kill the last background job?

772






Which command is used to create a directory?

571


Which command is used to delete all files in the current directory and all its sub-directories?

662


What are some command words?

561


Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?

589


What is the function of grep command in unix?

587


What is grep command in unix with examples?

604


How do you repeat a command in terminal?

587


Why is it called grep?

557


How do I use nslookup?

573


What is the use of find command in unix?

578