[Xfce-bugs] [Bug 14584] Allow to sort files by creation date and provide the corresponding detailed view column

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Sun Dec 29 11:12:54 CET 2019


https://bugzilla.xfce.org/show_bug.cgi?id=14584

Öyvind Saether <oyvinds at everdot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |oyvinds at everdot.org

--- Comment #4 from Öyvind Saether <oyvinds at everdot.org> ---
stat() can and will show a files creation date on ext4 and xfs file systems.
Further, other file managers such as dolphin and nemo do support showing a
files creation date, see
https://linuxreviews.org/File_timestamps#Graphical_file_managers

$ stat routers-and-smart-devices.jpg
  File: routers-and-smart-devices.jpg
  Size: 2888221         Blocks: 5648       IO Block: 4096   regular file
Device: fd01h/64769d    Inode: 22720593    Links: 1
Access: (0640/-rw-r-----)  Uid: ( 1000/ oyvinds)   Gid: ( 1000/ oyvinds)
Context: unconfined_u:object_r:user_home_t:s0
Access: 2019-12-17 15:54:42.189771736 +0100
Modify: 2019-12-17 15:54:42.699781354 +0100
Change: 2019-12-17 15:54:42.699781354 +0100
 Birth: 2019-12-17 15:54:42.189771736 +0100

The "Birth:" field is NOT shown when xfs and ext4 file systems are mounted
using nfs. It is also not supported on any other file system I've tested. 

Thunar should be able to show it if it is available. Competing file manager
products are already showing it when it's available.

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


More information about the Xfce-bugs mailing list