Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!seismo!mimsy!chris From: chris@mimsy.UUCP Newsgroups: comp.unix.questions Subject: Re: file times Message-ID: <6362@mimsy.UUCP> Date: Sat, 18-Apr-87 22:52:51 EST Article-I.D.: mimsy.6362 Posted: Sat Apr 18 22:52:51 1987 Date-Received: Sun, 19-Apr-87 11:48:53 EST References: <12854@watnot.UUCP> Distribution: na Organization: U of Maryland, Dept. of Computer Science, Coll. Pk., MD 20742 Lines: 17 In article <12854@watnot.UUCP> djfiander@watnot.UUCP writes: >... do any of the usual UNIX utilties/programs use the creation/access >times in a file, or were they just put in because somebody thought they >might be useful? Some things do indeed use the access times. For example, we keep preformatted copies of `high demand' manual entries by removing those that prove not to be high-demand: find /usr/man/cat? -atime +5 -exec rm -f {} \; As for the other, it is not a creation time: ctime stands for `change time'. It is used to determine which files must be put onto backup tapes, hence is very important in larger installations. -- In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7690) UUCP: seismo!mimsy!chris ARPA/CSNet: chris@mimsy.umd.edu