Find version of OS installed on the server
From WebHostingNeeds.com
To find version of OS installed on the server, use the command
cat /etc/*release
Or
cat /etc/*issue
On CentOS 5 server, you will see
[[email protected] ~]# cat /etc/*release CentOS release 5 (Final) [[email protected] ~]#