CentOS – Command to find the version
Feb 25, 2009 - by kurinchilamp / Linux Server / Post Comment
How to find the version of CentOS running in your machine?
The following commands can be executed to find the version of CentOS running in your machine.
Command 1:
# cat /etc/issue
Command 2:
# cat /etc/redhat-release
Continue Reading