linux – stat命令输出中的“Birth”字段

前端之家收集整理的这篇文章主要介绍了linux – stat命令输出中的“Birth”字段前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我正在使用Fedora-16和ext4.Suddenly使用stat命令我可以看到一些叫做“Birth”的东西.
# stat history_file1.txt 
  File: `history_file1.txt'
  Size: 8944            Blocks: 24         IO Block: 4096   regular file
Device: 802h/2050d      Inode: 4192        Links: 1
Access: (0600/-rw-------)  Uid: (    0/    root)   Gid: (    0/    root)
Context: unconfined_u:object_r:admin_home_t:s0
Access: 2012-01-18 18:11:10.799900150 +0530
Modify: 2012-01-18 18:11:10.867908793 +0530
Change: 2012-01-18 18:11:10.867908793 +0530
 Birth: -

搜索手册页显示出生的实例

%w Time of file birth,human-readable; – if unknown

%W Time of file birth,seconds since Epoch; 0 if unknown

这是新添加的字段吗?该字段相对于inode存储的位置?

解决方法

这是特定文件的“诞生”时间 – 在文件系统上创建的时间.此属性是ext4的新属性,也称为crtime或btime,只是google它. 原文链接:https://www.f2er.com/linux/401534.html

猜你在找的Linux相关文章