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

Answers were Sorted based on User's Feedback



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

Answer / anoop mittal

The Command is ,

find / -atime +30

Is This Answer Correct ?    29 Yes 11 No

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

Answer / vikash

# find / -type f -mtime +30

Is This Answer Correct ?    18 Yes 6 No

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

Answer / 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

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

Answer / jihad

find / -type f -atime -30

Is This Answer Correct ?    11 Yes 3 No

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

Answer / ravikanth

find / -atime +30

Is This Answer Correct ?    8 Yes 2 No

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

Answer / mrigendra singh

#find -ctime -720
these commond find all file in hour 720=24*30
thus 720h in 30 days.

Is This Answer Correct ?    5 Yes 0 No

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

Answer / vikash

find / -type f -mtime -30

Is This Answer Correct ?    5 Yes 3 No

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

Answer / sunil amal

find / -iname "*" -atime 30 -type f

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More Linux Commands Interview Questions

How do I find the process id in linux?

0 Answers  


difference between Tcp and udp

5 Answers  


Brief about the command ff?

0 Answers  


How often do you use grep command and how in Linux operating system?

0 Answers   Arigo Infotech,


What are two subtle differences in using the more and the pg commands?

2 Answers   Airtel,






What is the command to list ALL (hidden also) files of current directory & it’s subdirectories?

6 Answers  


What is the purpose output of cd command?

0 Answers  


I have my default runlevel is init5 now i have configured to init 3,now i wanna run my system in init3 process without reboot the system .How will you do for this scenario?

6 Answers   Span Systems,


What is the command to check cpu speed in linux?

0 Answers  


What is parallel ssh?

0 Answers  


What does chmod 777 do?

0 Answers  


Explain about sh?

0 Answers  


Categories