How can i check the version of CentOS that is installed on a machine from command line?
RPM query package centos-release
# rpm -q centos-release
centos-release-7-4.1708.el7.centos.x86_64
In the above case CentOS version is 7.4
run this command
cat /etc/centos-release