On Sunday 17 June 2007 00:24, Artem Kuchin wrote:
> Maybe someone can englighten me when
> inode change time changes? What must be done
> with file to change it (except writing to it)?

stat(2) would be very enlightening in this context.

> I tried chmoding - it does not affect inode time.

chmod works for me:
nik:1:~$ stat -f "%c" /tmp/test 
1182266005
nik:1:~$ chmod -rw /tmp/test 
nik:1:~$ stat -f "%c" /tmp/test 
1182266014

How do check the timestamps?
Do you use stat(1) or something else?

Nikos
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to