Linux version Confirmation on your dedicated server

Rackbank provide all information about your server's operating system when you ordered your server, But if you want to know about the Linux operating system installed on your server (distribution, version, architecture), follow the instructions below:

  1. Log in to your server via ssh as root user.
  2. Use any command from the following to find out which distribution and version of the operating system are installed on your server,
cat /etc/issue  cat /etc/*-release 
cat /etc/debian_version
      3. Command to find out architecture of operating system uses :

 

uname -m 
Here is the example:

root@server [~]# cat /etc/*-release 
CentOS release 6.5 (Final)
LSB_VERSION=base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
CentOS release 6.5 (Final) CentOS release 6.5 (Final)
  • 73 Users Found This Useful
Was this answer helpful?

Related Articles

Large file transfer gives error: Corrupted MAC on input

Source: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/60764 Symptom When you...

Recieving an "ip_conntrack: table full" error.

On OpenVZ/HyperVM machines sometimes the ip_conntrack table will become full and drop packets....

Webmin has an SSL error.

If you try to log into a new install and you receive this error: An error occurred during a...

Why is cPanel/WHM not loading?

There are two main reasons why cPanel/WHM isn't loading that we've seen. Brand New Server If...

How to do MySQL Troubleshooting?

MySQL is a database server used for large data storage and retrieval, yet the default...