How to find out version of CentOS Linux via SSH


Step 1: Log in to SSH.
Step 2: You can check centOS version installed on your dedicated derver / VPS using below SSH command:

cat /etc/*release*

Result:
[root@vps ~]# cat /etc/*release*
CentOS release 5.3 (Final)

version of centos ssh

How to check version of CentOS Linux by SSH

The easiest way to check your CentOS version is via the command line

Leave a Reply