Skip to content

Instantly share code, notes, and snippets.

@cpappen
Last active June 30, 2016 12:32
Show Gist options
  • Save cpappen/b91c4f1bf3431f1d3195037432edb172 to your computer and use it in GitHub Desktop.
Save cpappen/b91c4f1bf3431f1d3195037432edb172 to your computer and use it in GitHub Desktop.
find when the system was installed on machine
sudo dumpe2fs $(mount | grep 'on \/ ' | awk '{print $1}') | grep 'Filesystem created:'
ls -alct /|tail -1|awk '{print $6, $7, $8}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment