How to find the files that are accessed before 10 minutes?

Answer Posted / alex

find -type f -amin -10

Explanation: Find all files (excluding directories) from the
current directory which have been accessed no more(-) than
10 minutes ago.

Is This Answer Correct ?    31 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the size of time_t?

650


Is command prompt unix?

586


Explain mount and unmount command.

615


Which command should you use to find the remaining disk space in unix server?

709


Write a command to display a file’s contents in various formats?

625






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

685


What is the functionality of a top command?

626


How do I search for text in vi?

586


What is unix command line?

610


How do I delete files from command prompt?

551


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

586


How many unix commands are there?

629


What is “chmod” command?

566


How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?

763


What is the nmap command?

583