find

Chris Torek chris at mimsy.umd.edu
Wed Dec 13 04:49:34 AEST 1989


In article <1989Dec12.060748.29698 at csusac.csus.edu> tyson at csusac.csus.edu
(Gary Tyson) writes:
>Access time is changed when a file is read or modified (true if touched)
>Modify time is changed when a file is modified (but read alone isnt enough)
>Change time is changed when a file's inode is modified (this is also true
>    if a file is modified)

This is mostly correct, except that the access time is not changed if
the file is written, only if it is read.

`ctime' can be thought of as `time of last operation that requires that
the file be backed up'.  A backup program can decide whether a file needs
saving by comparing the file's ctime with the time of the previous backup.
-- 
In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7163)
Domain:	chris at cs.umd.edu	Path:	uunet!mimsy!chris



More information about the Comp.unix.questions mailing list