Skip to content

Instantly share code, notes, and snippets.

@simonjgreen
Created August 26, 2013 22:03
Show Gist options
  • Save simonjgreen/6347229 to your computer and use it in GitHub Desktop.
Save simonjgreen/6347229 to your computer and use it in GitHub Desktop.
Show how old your Linux install is
#!/bin/bash
sudo tune2fs -l $(df -h / |(read; awk '{print $1; exit}')) | grep -i created
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment