[File Manager] 文件创建时间和访问时间反了
Tofloor
poster avatar
rekees2020
deepin
2021-01-25 23:47
Author

刚才查看一个文件的属性,看到创建时间和访问时间写反了

这个文件是1月3日创建的,刚刚访问的,显示的信息正好颠倒了

Reply Favorite View the author
All Replies
Ziggy
deepin
2021-01-26 01:43
#1

中文状态下正常?

Reply View the author
[^_^]
deepin
2021-01-26 17:24
#2

没有反,是这样的

用 stat  命令查看文件信息

access -> 最近访问时间

modify -> 文件最近修改时间

change -> 文件属性最近变更时间

Brith -> 创建时间 *这一项在目前的 coreutils 版本上不能显示,根据该包的改进日志来看,更新到 8.31 后可根据文件系统显示文件的创建时间。

目前文件管理器使用 change 时间作为文件创建时间。

 

Reply View the author
[^_^]
deepin
2021-01-26 17:24
#3

Reply View the author