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 / manikantan t s

find . -type f -atime +30

Is This Answer Correct ?    1 Yes 4 No

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

Answer / supriya

$find ?type f ?atime ?30 ?print

Is This Answer Correct ?    1 Yes 5 No

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

Answer / syed mahboob feroz ahmed

Hi,
The command to find all files is as follows:

C:\Documents and Settings\Administrator(Or go to particular
directory and type:dir /AH .It will show all hidden files
and directories.

Is This Answer Correct ?    0 Yes 5 No

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

Answer / mani

ps-f

Is This Answer Correct ?    1 Yes 36 No

Post New Answer

More Unix Commands Interview Questions

What are some command words?

0 Answers  


What is shrinking file system in AIX where it actually resides?

0 Answers  


What does this command do? Cat food 1 > kitty

0 Answers  


How do you find path of a directory? Give its syntax.

7 Answers  


How do you create a file in UNIX

36 Answers   Accenture, EMG, Nokia, QA, TD,






to list a particular line in the file

5 Answers  


What is the command to view process running?

0 Answers  


Name the general commands in using unix os for a beginner?

0 Answers  


what is the advaantage of each user having its own copy of the shell?

0 Answers   BMC, CNS, DELL, Infosys,


what are the different hardwares available?

1 Answers  


Differentiate cmp command from diff command.

0 Answers  


By using which command we can find the CPU utilization time?

7 Answers   Amazon,


Categories