Results 1 to 4 of 4
This has got to be a stupid question but I can't find an answer anywhere...
I am running a few sites on a shared server running some version of RH ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-19-2005 #1Just Joined!
- Join Date
- Nov 2004
- Posts
- 39
which version of redhat is my server running?
This has got to be a stupid question but I can't find an answer anywhere...
I am running a few sites on a shared server running some version of RH to which I have SSH access. I want to install Subversion in my home directory but I don't know which version of Redhat is running?
Is there a command line way to find this out?
- 08-19-2005 #2Just Joined!
- Join Date
- May 2005
- Posts
- 97
uname -a

not a dumb question at all since its not really your server so hard to figure it out
Luma
- 08-19-2005 #3Just Joined!
- Join Date
- May 2005
- Posts
- 97
another way of doing so
log in and type
cat /proc/version
(if you are curious about other stuff you can use these too)
cat /proc/cpuinfo
cat /proc/meminfo
Luma
- 10-30-2006 #4Just Joined!
- Join Date
- Oct 2006
- Posts
- 1
Hi there,
I also faced the same problem
there is another way,
as far as redhat is file in /etc
you can use the following command to view the same:
cat /etc/redhat-release
Regards
Avadhoot


Reply With Quote
