Skip to content

Instantly share code, notes, and snippets.

@rothwerx
Created December 14, 2014 03:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rothwerx/c894bd8b08fee8ab1a53 to your computer and use it in GitHub Desktop.
Save rothwerx/c894bd8b08fee8ab1a53 to your computer and use it in GitHub Desktop.
Get the install date of a linux system
tune2fs -l /dev/sda1 | awk -F" +" '/Filesystem created/ { print $2 }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment