Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 May 2000 10:35:11 -0700
From:      Arun Sharma <adsharma@sharmas.dhs.org>
To:        "Aleksandr A.Babaylov" <babolo@links.ru>
Cc:        hackers@FreeBSD.ORG
Subject:   Re: file creation times ?
Message-ID:  <20000518103511.A30100@sharmas.dhs.org>
In-Reply-To: <200005181704.VAA25493@aaz.links.ru>; from Aleksandr A.Babaylov on Thu, May 18, 2000 at 09:04:52PM %2B0400
References:  <20000518095850.A29991@sharmas.dhs.org> <200005181704.VAA25493@aaz.links.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, May 18, 2000 at 09:04:52PM +0400, Aleksandr A.Babaylov wrote:
> Arun Sharma writes:
> > Is there any reason why FreeBSD doesn't store file creation times on
> > the disk (apart from historical reasons) ?
> in adddition to atime, ctime and mtime?

struct timespec st_atimespec;  /* time of last access */
struct timespec st_mtimespec;  /* time of last data modification */
struct timespec st_ctimespec;  /* time of last file status change */ 

None of them tell me when the file was created.

	-Arun


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000518103511.A30100>