+49 (0) 89 2154 7447
Provenexpert
★★★★★
Google
★★★★★
BrandCrock | Gateway to Digital Brand

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

The Best Shopify Apps to Supercharge Your Online Store

A Shopify store alone isn’t enough to maximize sales and streamline operations. The right apps

E-Commerce Vaid Ali Apr 3, 2025

Maximizing Sales with Shopify’s Built-In Features: What You’re Not Using Yet

Shopify is packed with features designed to help businesses increase sales, but many store owners

E-Commerce Vaid Ali Apr 1, 2025

Shopify vs. WooCommerce: Which Platform Works Best for Small Businesses?

Choosing the right eCommerce platform is a critical decision for any small business looking to

E-Commerce Vaid Ali Mar 28, 2025

Migrating to Magento 2: Why It’s Still a Smart Move in 2025

As eCommerce continues to evolve, businesses must stay ahead of the curve to maintain competitive

Magento Vaid Ali Mar 26, 2025
1 3 4 5 6 7 42
Scroll to Top