[ad_1]
A traditionally requested feature in Linux and other Unix-type systems is the possibility of seeing in our file manager or other similar applications, the creation date of a specific text document, image, audio, video, etc.
Usually in Dolphin we meet the column of Modifiedor, to which we can also add that of Accessed and even that of Created (which for now still displays a pristine white).
That will change with the publication of KDE Frameworks 5.58 in the middle of next May. It will no longer be necessary to open the terminal and search through the inodes to access the creation date of a file. He stat command of all life:
(jose@replicante Documentos)$ stat archivo.ods Fichero: archivo.ods Tamaño: 10483 Bloques: 24 Bloque E/S: 4096 fichero regular Dispositivo: 807h/2055d Nodo-i: 16815664 Enlaces: 1 Acceso: (0644/-rw-r--r--) Uid: ( 1000/ jose) Gid: ( 100/ users) Acceso: 2019-04-15 10:41:16.516415434 +0200 Modificación: 2016-09-13 19:39:29.812419867 +0200 Cambio: 2017-02-14 00:44:56.470872122 +0100 Creación: 2016-08-09 14:44:44.989457790 +0200
Now that column will be full of information, thanks to the function statx (the evolution of stat so to speak). Currently compatible with current versions of glibc (>= 2.28), that C library belonging to the GNU project that provides different APIs and system calls.
Some abilities already implemented in the kernel (since Linux 4.11) and the most common file systems in GNU/Linux, such as ext4 and Btrfswhich now reach the user’s commonly used programs.
As a result we will have an even more seductive KDE desktopfor both new and old users, capable of providing more complete and specific information.
In it Nate Graham blog you will find more information about this news and the development of the KDE project week by week. Interesting news that is also regularly collected by our friend Victorhck in the free world.
Via | Phoronix
[ad_2]
Source link