Is there a way in the linux to find files which were accessed (read, write, doesn't matter) during computer boot and work? Or even better files that were NOT accessed at all during some time? I know there is a find / -atime +60 (for example for older than 60 days files) command, but problem is that in this system the modification of atime attribute for files is disabled as it works from flashcard. So i need some other way to find those files.
|
| |||||||
feedback
|
migrated from stackoverflow.com Dec 16 '10 at 12:53
This question came from our site for professional and enthusiast programmers.