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

which command is used to identify the type of the file?

3 Answers  


What is the difference between pipe (|) and tee command in unix

14 Answers   Cap Gemini, TCS,


fork in unix ?

4 Answers   BFL,


In UNIX, what is the command to kill a process?

10 Answers  


How to get the operating system's information in unix?

6 Answers   IBM, TCS,






What is the difference between cat and more command?

0 Answers  


the difference between a soft link and a hard link?

6 Answers  


what is the difference between "cron" command and "at" command?

5 Answers  


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

5 Answers   Google, IBM, Satyam,


Differentiate cmp command from diff command.

0 Answers  


How do I clear my terminal history?

0 Answers  


what is the difference between commmands cmp and diff?

9 Answers   iNautix,


Categories