Skip to content

Instantly share code, notes, and snippets.

@rothwerx
Created December 14, 2014 03:34
Show Gist options
  • Select an option

  • Save rothwerx/c894bd8b08fee8ab1a53 to your computer and use it in GitHub Desktop.

Select an option

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