9
Aug/091
Aug/091
How To Determine RHEL Version
Finding the version of Red Hat Enterprise Linux (RHEL) or CentOS you are running is easy. Simply open a terminal and type the following:
cat /etc/redhat-release
You should receive something like this:
Red Hat Enterprise Linux Server release 5.3 (Tikanga)
That's it!
