« Web Hosting 101: How to GET STARTED FAST!Globat Review »

What Linux distribution am I running?

Permalink May 11, 2008 • Category: Tips

Sometimes you will be given a dedicated server or a VPS and you won't know exactly which flavor or distribution of Linux it is running.

Here is how you can find out when logged in through SSH:

# uname -a

This generally won't tell you as much as you'd like.

# cat /proc/version

This will generally tell you more than you'd like.

Once you know that you are running Red Hat for example, you can get to the point with:

# cat /etc/redhat-release

Or on Debian:

# cat /etc/debian_version

4 comments

Comment from: Ralph [Visitor]
Ralph#cat /etc/lsb-release ##Gives distro's ID, Release, Codename, and Discription
07/24/08 @ 03:59
Comment from: Anonymous [Visitor]
AnonymousThanks. This was what I was looking for.
01/21/09 @ 17:27
Comment from: Web Design Montreal [Visitor]
*****
Web Design MontrealThank you I did # cat /proc/version and worked perfectly on Red hat
12/09/10 @ 22:58
Comment from: Anand [Visitor]
Ananduse
#cat /etc/issue or
#cat /etc/issue.net
06/08/11 @ 01:25

This post has 1 feedback awaiting moderation...