Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!hplabs!hpda!hpcupt1!hpsal2!morrell From: morrell@hpsal2.HP.COM (Michael Morrell) Newsgroups: comp.unix.questions Subject: Re: Difference of 'mtime' and 'ctime' Message-ID: <14660008@hpsal2.HP.COM> Date: 13 Mar 89 21:14:22 GMT References: <9316@orstcs.CS.ORST.EDU> Organization: HP System Architecture Lab, Cupertino Lines: 14 / hpsal2:comp.unix.questions / ghe@nucthy.physics.orst.edu (Guangliang He) / 7:26 pm Mar 8, 1989 / In the man page of 'find' command, you can find the following two options, -mtime n True if the file has been modified in n days. -ctime n True if the file has been changed in n days. Can any one out there tell the difference of these two options? ---------- Try reading the stat(2) man page where it describes the st_ctime and st_mtime fields. My documentation describes "st_ctime" as the "Last file status change time".