On Sat, Aug 16, 2008 at 01:56:11PM -0700, Carl Lowenstein wrote:
I am less interested in the record of when I acquired it. But I could learn that by "ls -ltc" which show the modification time of the inode, not of the data.
The ctime is updated when the data changes as well. The ctime is the last time anything about the file was changed. The mtime is the time the data was written, or whatever someone calling 'utime()' writes to it. David -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
