Path: utzoo!utgpu!utstat!jarvis.csri.toronto.edu!mailrus!cornell!rochester!rutgers!att!chinet!les From: les@chinet.chi.il.us (Leslie Mikesell) Newsgroups: comp.unix.questions Subject: Re: Difference of 'mtime' and 'ctime' Message-ID: <7920@chinet.chi.il.us> Date: 12 Mar 89 21:44:59 GMT References: <9316@orstcs.CS.ORST.EDU> Reply-To: les@chinet.chi.il.us (Leslie Mikesell) Organization: Chinet - Public Access Unix Lines: 12 In article <9316@orstcs.CS.ORST.EDU> ghe@nucthy.physics.orst.edu (Guangliang He) writes: > -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? Mtime is the modification time of the contents of the file itself. Ctime is the modification time of the inode, which will include things like mv'ing the file as well as anything that changes mtime (but not atime). Les Mikesell