*** SUMMARY When selecting columns to display, both "Changed" and "Modified" are offered, which seems redundant, and "Created" is not offered. STEPS TO REPRODUCE 1. right-click on any column title 2. the options of which columns to display are listed OBSERVED RESULT The columns available include both "Changed" and "Modified", which seems redundant, and the "Created" column is not offered at all. EXPECTED RESULT The columns available should include one of "Changed" and "Modified", not both, and the "Created" column should be offered. SOFTWARE/OS VERSIONS System: Kernel: 6.8.0-51-generic arch: x86_64 bits: 64 compiler: gcc v: 13.3.0 clocksource: tsc Desktop: Cinnamon v: 6.2.9 tk: GTK v: 3.24.41 wm: Muffin v: 6.2.0 vt: 7 dm: LightDM v: 1.30.0 Distro: Linux Mint 22 Wilma base: Ubuntu 24.04 noble ADDITIONAL INFORMATION (none)
There are three file date-times displayed in Krusader. The mapping to POSIX-standard is - "Modified" -> mtime - "Changed" -> ctime - "Accessed" -> atime mtime and ctime are not the same. There is no standard way to get the "creation time" in Linux, not all filesystems support it.
Hello Alex, thank you for your reply. Can you tell me how Modified and Changed times differ? I thought ctime was Created Time in Ext4. On 2025-01-14 14:47, Alex Bikadorov wrote: > https://bugs.kde.org/show_bug.cgi?id=498631 > > Alex Bikadorov <alex.bikadorov@kdemail.net> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > CC| |alex.bikadorov@kdemail.net > Severity|normal |wishlist > > --- Comment #1 from Alex Bikadorov <alex.bikadorov@kdemail.net> --- > There are three file date-times displayed in Krusader. The mapping to > POSIX-standard is > - "Modified" -> mtime > - "Changed" -> ctime > - "Accessed" -> atime > > mtime and ctime are not the same. > > There is no standard way to get the "creation time" in Linux, not all > filesystems support it. >
Hi Alex, never mind my previous email. I just checked on Google (duh) and found out that mtime refers to the last modification time for the file, and ctime refers to the last modification time for the metadata. I do have a request, though. In the menu, could "Changed Time" be renamed to "Metadata Changed Time"? It would clarify. On 2025-01-15 16:19, muh muh wrote: > Hello Alex, thank you for your reply. > Can you tell me how Modified and Changed times differ? I thought ctime > was Created Time in Ext4. > > > On 2025-01-14 14:47, Alex Bikadorov wrote: >> https://bugs.kde.org/show_bug.cgi?id=498631 >> >> Alex Bikadorov <alex.bikadorov@kdemail.net> changed: >> >> What |Removed |Added >> ---------------------------------------------------------------------------- >> >> CC| |alex.bikadorov@kdemail.net >> Severity|normal |wishlist >> >> --- Comment #1 from Alex Bikadorov <alex.bikadorov@kdemail.net> --- >> There are three file date-times displayed in Krusader. The mapping to >> POSIX-standard is >> - "Modified" -> mtime >> - "Changed" -> ctime >> - "Accessed" -> atime >> >> mtime and ctime are not the same. >> >> There is no standard way to get the "creation time" in Linux, not all >> filesystems support it. >> >