Skip to content

Instantly share code, notes, and snippets.

@benolee
Created August 24, 2011 15:42
Show Gist options
  • Save benolee/1168339 to your computer and use it in GitHub Desktop.
Save benolee/1168339 to your computer and use it in GitHub Desktop.
Four ways to figure out which flavor of linux you're on, in order of usefulness
cat /etc/*-release
cat /etc/issue
cat /proc/version
dmesg | head -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment