[LUGSB] finding the 'file creation date'
Erhan H Senlik
esenlik at ic.sunysb.edu
Fri Nov 21 02:07:45 EST 2003
How do I find file creation date, even after the modification or changes.?
I know that ls -l shows the last modified time, ls -lu shows the
last accessed time, and ls -lc shows the last status change time.
Is there a way to get it? Maybe FSL ppl can help me out here :)
Thanks.
-Erhan
>From devaki at cs.sunysb.edu Fri Nov 21 02:40:50 2003
Received: from a-rh8.fsl.cs.sunysb.edu (a-rh8.fsl.cs.sunysb.edu
[130.245.126.37])hAL7eiWh008481
for <lugsb at fsl.cs.sunysb.edu>; Fri, 21 Nov 2003 02:40:44 -0500
Received: from localhost.localdomain (localhost.localdomain [127.0.0.1])
hAL7fELZ029396
for <lugsb at fsl.cs.sunysb.edu>; Fri, 21 Nov 2003 02:41:15 -0500
Subject: Re: [LUGSB] finding the 'file creation date'
From: Devaki Kulkarni <devaki at cs.sunysb.edu>
To: Linux Users Group at Stony Brook <lugsb at fsl.cs.sunysb.edu>
In-Reply-To: <Pine.SOL.4.58.0311210200570.26294 at sparky.ic.sunysb.edu>
References: <200311191745.hAJHjtdB006568 at agora.fsl.cs.sunysb.edu>
<Pine.SOL.4.58.0311210200570.26294 at sparky.ic.sunysb.edu>
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.8 (1.0.8-11)
Date: 21 Nov 2003 02:41:14 -0500
Message-Id: <1069400475.25425.27.camel at a-rh8.fsl.cs.sunysb.edu>
Mime-Version: 1.0
X-BeenThere: lugsb at fsl.cs.sunysb.edu
X-Mailman-Version: 2.1.1
Precedence: list
Reply-To: Linux Users Group at Stony Brook <lugsb at fsl.cs.sunysb.edu>
List-Id: Linux Users Group at Stony Brook <lugsb.fsl.cs.sunysb.edu>
List-Unsubscribe: <http://www.fsl.cs.sunysb.edu/mailman/listinfo/lugsb>,
<mailto:lugsb-request at fsl.cs.sunysb.edu?subject=unsubscribe>
List-Archive: <http://lists.fsl.cs.sunysb.edu/pipermail/lugsb>
List-Post: <mailto:lugsb at fsl.cs.sunysb.edu>
List-Help: <mailto:lugsb-request at fsl.cs.sunysb.edu?subject=help>
List-Subscribe: <http://www.fsl.cs.sunysb.edu/mailman/listinfo/lugsb>,
<mailto:lugsb-request at fsl.cs.sunysb.edu?subject=subscribe>
X-List-Received-Date: Fri, 21 Nov 2003 07:40:51 -0000
Nope. Theres no way to get the file creation time. Its not stored
anywhere. stat used with ctime gives the creation time of the file. This
is true if the file system supports it. I dont think Unix fs supports
it.
Devaki
On Fri, 2003-11-21 at 02:07, Erhan H Senlik wrote:
>
> How do I find file creation date, even after the modification or changes.?
>
> I know that ls -l shows the last modified time, ls -lu shows the
> last accessed time, and ls -lc shows the last status change time.
>
> Is there a way to get it? Maybe FSL ppl can help me out here :)
>
> Thanks.
>
>
> -Erhan
> _______________________________________________
> lugsb mailing list
> lugsb at fsl.cs.sunysb.edu
> http://www.fsl.cs.sunysb.edu/mailman/listinfo/lugsb
>
More information about the lugsb
mailing list