Created
May 7, 2012 17:06
-
-
Save lucasmezencio/2629006 to your computer and use it in GitHub Desktop.
Which Linux Distro?
This file contains hidden or 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/redhat-release #will show you information for red hat based distros. | |
cat /etc/SuSE-release #for SUSE based distros. | |
cat /etc/mandrake-release #for mandrake distros. | |
cat /etc/debian_version #for debian based distros. | |
cat /etc/UnitedLinux-release #might also return some more information. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment