Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!bloom-beacon!apple!ric From: ric@Apple.COM (Ric Urrutia) Newsgroups: comp.unix.questions Subject: Re: Difference of 'mtime' and 'ctime' Message-ID: <27239@apple.Apple.COM> Date: 14 Mar 89 00:43:38 GMT References: <9316@orstcs.CS.ORST.EDU> Organization: Apple Computer Inc, Cupertino, CA Lines: 24 In article <9316@orstcs.CS.ORST.EDU> ghe@nucthy.physics.orst.edu (Guangliang He) writes: >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? > >Thanks in advance. ctime is the date and time when the inode info changed last (such as link count, mode, uid, gid, etc.) mtime is the date and time when the file contents changed >*********************************************************************** > * >USMAIL: Guangliang He * INTERNET: ghe@PHYSICS.ORST.EDU > Department of Physics * BITNET: hegl@orstvm.bitnet > Oregon State University * > Corvallis, OR 97331 * PHONE: (503) 754-4631 > * >***********************************************************************