First page Back Continue Last page Overview

 

find and Access Times

 
  • find can match by inode timestamps

    • -atime: when file was last read
    • -mtime: when file data last changed
    • -ctime: when file metadata last changed
  • Value given is in days

    • find -mtime -10
      • Files modified less than 10 days ago