Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: file creation time
- To: <tlug@example.com>
- Subject: Re: file creation time
- From: Tod McQuillin <devin@example.com>
- Date: Sun, 14 Jan 2001 21:26:56 -0600 (CST)
- Content-Type: TEXT/PLAIN; charset=US-ASCII
- In-Reply-To: <14946.28126.954781.790863@example.com>
- Reply-To: tlug@example.com
- Resent-From: tlug@example.com
- Resent-Message-ID: <1Jz-ND.A.yOF.N4mY6@example.com>
- Resent-Sender: tlug-request@example.com
On Mon, 15 Jan 2001, Viktor Pavlenko wrote: > how can I determine the file creation time? Unix (and Linux) does not keep track of file creation times. Only the access time, modification time, and inode change time are maintained. There is basically no guaranteed way to know when a file was first created. > The stat structure contains time of last access, time of last > modification and time of last change. I thought that the latter is the > inode change time but it gets updated when I just touch the file > (inode remains the same). Touching the file changes the inode, since touching the file will change the file's modification time. The modification time is stored in the inode, so the inode change time is updated as well. -- Tod McQuillin
- Follow-Ups:
- Re: file creation time
- From: Viktor Pavlenko <vp@example.com>
- References:
- file creation time
- From: Viktor Pavlenko <vp@example.com>
Home | Main Index | Thread Index
- Prev by Date: file creation time
- Next by Date: Re: file creation time
- Prev by thread: file creation time
- Next by thread: Re: file creation time
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links