我将Fedora-16与ext4一起使用。突然通过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文件出生的时间,易于阅读;-如果未知
%W文件诞生的时间,距离纪元以来的秒数;如果未知,则为0
这是新添加的字段吗?相对于inode,此字段存储在哪里?
stat(1)
也具有此字段,因为Windows的NTFS存储了文件的创建时间。