How to Check Linux Version and Distro

Who run more than 10 Linux servers with different version of Linux Distro? We all know there are many type of Linux distro such as Ubuntu, Centos, Gentoo, Fedora, debian, OpenSUSE and etc. Every single distro runs on different version and etc. Sometime I am having problem to remember what Linux distro is running on my DNS server or Mail Server, and what Linux version is it on now. There are two methods to find linux version on your server.

To check Linux distro on your server


shell> cat /etc/issue

To check Linux Version and distro on your server


shell> cat /etc/*-release

Related posts:

  1. How to Change MySQL Data Directory in Linux Centos By default Linux CentOS or other Linux Distro installation, MySQL...
  2. PECL Manual Install on Linux Centos Just bought a VPS server hosting to play around from...
  3. How to Lock Your Machine and Display Application Screen We have a couple monitoring applications running on our Linux...
  4. Check DNS Record with Dig Command Check DNS Record with Dig Command How do you find...
  5. Configure Smarthost SMTP Authentication on Postfix My machine at home cannot send email using port 25,...
  6. Linux/Unix Search and Replace Text from Multiple Files In Linux/Unix, for newbie to do search text from multiple...
  7. Best Gentoo Installation Guide If you are a newbie like me try to install...
  8. Modify or Adjust File Date Time on Unix/Linux You have folders or files in your server last modified...
  9. mount hfsplus (mac os file system) under Debian linux Have an external hard disk with hfsplus or hfs+ partition...
  10. Force Email Delivery on Exim Hundred emails are queuing on your mail relay server, and...

Tags: , , , , , ,

One Response to “How to Check Linux Version and Distro”

  1. How to know linux version Says:

    [...] http://systems.takizo.com [...]

Leave a Reply