[Bug 201999] [feature request] [PATCH] stat(1): add Birth time in -x display mode
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Aug 25 16:00:29 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201999
Sean McBride <sean at rogue-research.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sean at rogue-research.com
--- Comment #1 from Sean McBride <sean at 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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list