1 Matching Annotations
- May 2020
-
www.unix.com www.unix.com
-
ctime refers to changes made to the file's inode (such as changing permissions, etc). mtime refers to changes to the data within the file. So cnewer will use a reference files inode change time for the comparision, whereas newer will use a reference files data modification time.
ctime - inode changes mtime - file changes atime - access time
-