linux准确获取文件创建时间

linux上的文件也有三个时间属性,分别是
访问时间(access time 简写为 atime)
修改时间(modify time 简写为mtime)
状态修改时间(change time 简写为ctime)
没有创建时间!

debugfs -R 'stat <inode_id>' /dev/vda1

posted @ 2024-05-16 17:37  LdreamerD  阅读(38)  评论(0)    收藏  举报