[vox-tech] simple file command question

Henry House hajhouse at houseag.com
Thu May 5 09:15:11 PDT 2005


På torsdag, 05 maj 2005, skrev Peter Jay Salzman:
> On Wed 04 May 05,  1:57 PM, Mike Simons <msimons at simons-clan.com> said:
> > On Wed, May 04, 2005 at 10:45:30AM -0700, Ehrhart, Jay wrote:
> > > how do you use ll or ls to show the year the file was created?
> > 
> > ls -l --full-time
> 
> The filesystem stores 3 times:
> 
>    last accessed
>    last modified
>    inode change time
> 
> The creation time will be the inode change time unless you do something to
> change the inode, which includes touch, mv, chattr, chmod, chown, chgrp, touch,
> mv, etc.

Right! This is the view of a filesystem on the concept of creation time.
Human users' view is generally that a the creation time of a file should be
they when they first transferred the ideas found in the file from their
minds into the computer. This is an abstract, semantic view of creation time
that has little relationship to the timestamp that a filesystem uses to keep
track of the pieces of data on disk.

Again, I recommend using something like Subversion or CVS rather than
relying on the filesystem to track the creation time or information if you
want to record it.

-- 
Henry House
+1 530 753 3361 ext. 13
Please don't send me HTML mail! My mail system usually rejects it.
The unintelligible text that may follow is a digital signature.
See <http://hajhouse.org/pgp> to find out how to use it.
My OpenPGP key: <http://hajhouse.org/hajhouse.asc>.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://ns1.livepenguin.com/pipermail/vox-tech/attachments/20050505/3f73af59/attachment.bin


More information about the vox-tech mailing list