如何在xfs中获取文件创建日期/时间

Sri*_*uru 7 linux bash redhat rhel7

我可以使用debugfsext 文件系统中的命令获取文件创建日期/时间,但如何在 XFS 文件系统中检查/获取相同的日期/时间。

cpt*_*tPH 10

XFS 不支持创建时间。它只有常规的atime、mtime 和ctime。据我所知,没有任何计划支持它

资料来源:http ://comments.gmane.org/gmane.comp.file-systems.xfs.general/20629