Write a command to find all of the files which have been
accessed within the last 30 days.

Answer Posted / ajit mohan b

find / -type f -atime -30 = accessed
find / -type f -ctime -30 = changed
find / -type f -ctime -30 = modified

Is This Answer Correct ?    11 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is command grouping?

565


What is the difference between find and locate command in linux?

542


How do you create a file?

531


What does r mean linux?

597


What are the basic command in linux?

536






What is umask 000?

549


What the command used for list the contents of your home directory, current directory and all subdirectories?

519


What is cpu in linux?

531


What does make clean command do?

521


What is tty name?

564


What is Syntax of any Linux command?

586


If the programmer wishes to execute an instruction at the specified time. Which command is used?

910


In order to display the last five commands you have entered using the fc command, you would type?

519


What are vim commands?

525


What is #!/ Bin sh?

549