Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Aug 2019 16:00:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 201999] [feature request] [PATCH] stat(1): add Birth time in -x display mode
Message-ID:  <bug-201999-227-6dqWI2mVH9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-201999-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-201999-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D201999

Sean McBride <sean@rogue-research.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sean@rogue-research.com

--- Comment #1 from Sean McBride <sean@rogue-research.com> ---
Was this patch never applied?

On Ubuntu 18.04.2, 'stat filename' outputs something like:

  File: test
  Size: 3861            Blocks: 8          IO Block: 4096   regular file
Device: 802h/2050d      Inode: 918029      Links: 1
Access: (0664/-rw-rw-r--)  Uid: ( 1000/rogueadmin)   Gid: ( 1000/rogueadmin)
Access: 2019-05-25 16:53:13.783852793 -0400
Modify: 2019-02-06 19:49:15.000000000 -0500
Change: 2019-05-25 16:54:12.358899742 -0400
 Birth: -

On FreeBSD 11.2, 'stat -x filename' outputs:

  File: "test"
  Size: 1894         FileType: Regular File
  Mode: (0770/-rwxrwx---)         Uid: ( 1029/    sean)  Gid: (
2017/ProductionWrite)
Device: 68,3128754256   Inode: 20    Links: 1
Access: Fri Aug 23 12:33:35 2019
Modify: Thu Aug 22 17:24:11 2019
Change: Fri Aug 23 12:33:35 2019


Indeed the 'birth' time is not there.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201999-227-6dqWI2mVH9>