Monday, February 23, 2009

How to find out what Distro you are running

uname -a will give you information about your running Kernel. To find out what Distribution is installed on a Particular system try one the following:

cat /etc/issue

or

cat /proc/version

or

cat /etc/*release

No comments: