This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ls -i file #output is for me 68551981 | |
debugfs -R 'stat <68551981>' /dev/sda3 # /dev/sda3 is the disk on which the file exists | |
#results - crtime value | |
[root@loft9156 ~]# debugfs -R 'stat <68551981>' /dev/sda3 | |
debugfs 1.41.12 (17-May-2010) | |
Inode: 68551981 Type: regular Mode: 0644 Flags: 0x80000 | |
Generation: 769802755 Version: 0x00000000:00000001 | |
User: 0 Group: 0 Size: 38973440 | |
File ACL: 0 Directory ACL: 0 |
OlderNewer