Last active
June 30, 2016 12:32
-
-
Save cpappen/b91c4f1bf3431f1d3195037432edb172 to your computer and use it in GitHub Desktop.
find when the system was installed on machine
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
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