Skip to content

Instantly share code, notes, and snippets.

@fahimbabarpatel
Last active September 21, 2016 14:41
Show Gist options
  • Save fahimbabarpatel/d362a5b651da32fdab114fdc59cbbd07 to your computer and use it in GitHub Desktop.
Save fahimbabarpatel/d362a5b651da32fdab114fdc59cbbd07 to your computer and use it in GitHub Desktop.
know_creation_time_on_ext4_filesystem.md
  • Know the inode of the directory by ls -i command (lets say for example its X)

  • Know on which partition your directory is saved by df -T /path command ( lets say its on /dev/sda1 )

  • Now use this command : sudo debugfs -R 'stat ' /dev/sda1 You will see in the output :

  • crtime: 0x4e81cacc:966104fc -- mon Sep 27 14:38:28 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment