+49 (0) 89 2154 7447
Provenexpert
★★★★★
Google
★★★★★

How to Check OS Version in Linux Command?

How to check OS Version in Linux Command? Linux is a free and open-source operating system having many variants of Linux distribution such as OpenSUSE, Debian, Ubuntu, CentOS, Arch, Fedora, RHEL all are common Linux distribution names. During your server maintenance and update, you need to know the installed OS version and name on your server for security patches, upgrading files.

In this article, we will guide you about how to check the Operating System details using the command line in Linux.

How to check OS version in Linux?

Using os-release file available in Linux’s etc directory.

Command:

# cat /etc/os-release 

Output:

NAME="openSUSE Leap"
VERSION="42.2"
ID=opensuse
ID_LIKE="suse"
VERSION_ID="42.2"
PRETTY_NAME="openSUSE Leap 42.2"
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:leap:42.2"
BUG_REPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://www.opensuse.org/"

More from our latest blogs

Magento Product Sales Count Plugin

Product Sales Count extension helps your end-users understand the product's popularity and encourages buying by

News Mustafa Ali Oct 13, 2022

Magento Smart Basket Plugin

Smart Basket to view the general configuration settings. Enable the extension by choosing Yes, and

News Alan Bradford Oct 13, 2022

Magento Zipcode Validation Plugin

Zipcode Validation extension displays a pop window that allows customers to check the product's availability

News Alan Bradford Oct 13, 2022

Shopware 6 Plugin Top seller

Shopware 6 Plugin Top seller helps you show the popularity of a product on the

News Mustafa Ali Mar 29, 2022
1 19 20 21 22 23 43
Scroll to Top