File times in 4.[23]

Jack Jansen jack at mcvax.uucp
Wed Aug 20 21:11:30 AEST 1986


Recently, we noticed that the behaviour of file access times under 4.3
is not according to the manual.  After checking the other times, we
found out that 4.2, 4.3 and the manual do complete different things:

Manual: access time changed by read, write and some others.
	modify time changed by write
	creation time changed by link, chmod, etc.
	
4.2:	access time changed by read *only*.
	modify time changed by write
	creation time changed by link, *but not chmod*.
	
4.3:	access time changed by read *only*.
	modify time changed by write
	creation time never changed (except by creation, of course).
	
Especially the fact that the access time doesn't change on write
looks like a bug to me....	
-- 
	Jack Jansen, jack at mcvax.UUCP
	The shell is my oyster.



More information about the Comp.unix.wizards mailing list