Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

what command would you use to find the hostname of the server if yo ony have the ip address?

10 Answers  


What is whois command in linux?

0 Answers  


You need to see the last fifteen lines of the files dog, cat and horse. What command should you use?

0 Answers  


What is vnc?

0 Answers  


What does ls mean in linux?

0 Answers  


What command can you use to make a tape archive file of a /home directory and send it to the /dev/tape device?

0 Answers  


I know ssh, telnet, dns,apache all are worked on TCP/UDP but i want to know any one service which are working on UDP only?

10 Answers   Wipro,


How do you run a command for a limited time?

0 Answers  


How to hide the partition in grub booting?

0 Answers  


What is linux pwd (print working directory) command?

0 Answers  


What is llvm used for?

0 Answers  


How to block the message in wall command some students are send messages to all in the lab. please help me

5 Answers  


Categories