Path: utzoo!utgpu!watmath!clyde!att!ulysses!andante!alice!ark From: ark@alice.UUCP (Andrew Koenig) Newsgroups: comp.unix.wizards Subject: Re: find: ctime & mtime Keywords: what is the difference Message-ID: <8572@alice.UUCP> Date: 20 Dec 88 14:22:36 GMT References: <388@hrc.UUCP> Organization: AT&T Bell Laboratories, Liberty Corner NJ Lines: 17 In article <388@hrc.UUCP>, dan@hrc.UUCP (Dan Troxel VP) writes: > What is the difference of the find options ctime and mtime? mtime is the last time the file was changed; ctime is the last time the file's inode was changed. Among the operations that will change the inode of a file without changing the file are adding or deleting a link. Thus, for example, renaming a file will change ctime but not mtime. > Should I use atime, to be safe, when I do incremental backups every night? ctime is almost surely best. -- --Andrew Koenig ark@europa.att.com