Created
August 24, 2011 15:42
-
-
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
This file contains 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
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