Results 1 to 4 of 4
I did uname -a and got the following:
Linux build.s.iit.com 2.6.9-22.ELsmp #1 SMP Mon Sep 19 18:00:54 EDT 2005 x86_64 x86_64 x86_64 GNU/Linux
I don't know what to make of ...
- 06-27-2008 #1Just Joined!
- Join Date
- Jun 2008
- Posts
- 38
How to find out Red Hat Version
I did uname -a and got the following:
Linux build.s.iit.com 2.6.9-22.ELsmp #1 SMP Mon Sep 19 18:00:54 EDT 2005 x86_64 x86_64 x86_64 GNU/Linux
I don't know what to make of it. How do I know which Linux OS and what version is being run. I know for sure Red Hat is installed on this machine.
- 06-27-2008 #2
Have you tried this?
- 06-28-2008 #3Just Joined!
- Join Date
- Jun 2008
- Posts
- 38
Red Hat Enterprise Linux ES release 4 (Nahant Update 2)
Thanks that helps. I get Red Hat Enterprise Linux ES release 4 (Nahant Update 2). Is that the only way to tell?
- 06-28-2008 #4
There are several ways, but "cat /etc/redhat-release" provides the info you asked for i.e. The OS, version and patchlevel. On some distros you use "cat /etc/{distro}-version", "cat /etc/issue", "cat /etc/lsb_release".


Reply With Quote