What is the difference between find options -cmin and -amin? What is the difference between find options -cmin and -amin? shell shell

What is the difference between find options -cmin and -amin?


Based on Find the Time of Access, Change & Modify File in Linux & Unix:

  • Access is referring to the last time the file was read, view or displayed (e.g. more, less) ;
  • Modify means when was the last the file content was modified (e.g. vi) ;
  • Change term was determined by when was the last meta data of the file been modified (e.g. chmod, chown).