answersLogoWhite

0


Best Answer

find / -type f -atime -30 > December.files

This command will find all the files under root, which is '/', with file type is file. '-atime -30′ will give all the files accessed less than 30 days ago. And the output will put into a file call December.files.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the command to find all of the files which have been accessed within the last 30 days?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What MS-DOS command can display hidden files?

The attrib command is capable of displaying files that have been marked as hidden.


What are temp files?

Temp files are files that your internet browser uses to quickly access sites that have been previously accessed. also Called Cache. temp files generally store information such as cache, browsing history, and cookies.


What is the major expressions used with find command to select file which has been accessed more than 375 days ago?

-a times 365


Which windows XP command line utility scans the critical files of the operating system and replaces any files that have been corrupted?

chkdsk [drive:] /F


What is active and inactive medical files?

Active medical files are patients who have been seen in your office within the past year. Inactive medical files are people who have not been seen in your office for over 1 year.


Which command of MS-DOS is used to copy only files that have been modified on or after the date you specify?

XCOPY/D : date


Where can you get help if you have been a victim of sexual harassment?

Initially through the chain of command at you place of work. If it is not resolved there are tribunals and courts which could be accessed through legal means


How do you change DLL files back to default?

You have to use a command called scf scannow, this will put windows in a self recovery mode, it will check all the system files and replace them if they have been changed, you will need your original windows cd or copy the i386 folder to your hard drive before executing the command. Google scannow for the correct synthax of the command.


What do you click to see recent documents that have been accessed in word?

To find the list of most recent documents, open up Microsoft Word. Once Word is opened, go to the top of your computer screen and click on "File". Next click on "Open Recent" to see the list of the last ten Word files that have been accessed.


What command should you use to find out which files have been modified in this timeframe?

Use the "find" command with -mtime option. I didn't quite get the word "timeframe", so please refer to the man page of "find" Hope this was somewhat helpful


How are your pictures still on computer after downloading to flash drive?

The pics will remain on the computer if they were copied, rather than moved, onto a Flash drive. To move files, as opposed to copying, on a Mac hold down the Command key (cmd) and click and drag a file's icon. Or just delete unwanted files after they have been copied.


How does the format command prepare the disk fpr the operating system?

The format command on its own - erases the reference track of the disc - removing the title(s) of any files and marking any used sectors as usable again. Adding the /s tag to the format command has the additional function of copying two (normally hidden) files - Autoexec.bat & Config.sys to the disc once the format command has been executed. This tells the computer that the disc can be used to boot-up the system when it's switched on.