+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

The ‘Decision Audit’: 9 Questions That Predict Whether Your Shop Will Scale

Scaling an eCommerce business has always been presented as a growth problem. Get more traffic.

E-Commerce brandcrock_admin Jan 28, 2026

Tracking Lies: Why Your GA4/Consent Setup Makes You Spend More on Ads

Marketing attribution has always been messy, but it used to be manageable. You could mostly

E-Commerce brandcrock_admin Jan 28, 2026

Performance That Pays: The Shopware Speed Checklist That Actually Increases Sales

Speed has always mattered in eCommerce, but for a long time it was treated like

E-Commerce brandcrock_admin Jan 27, 2026

Stock Inconsistency Is Not a Warehouse Problem: It’s a Sync Problem

For years, stock inconsistency has been treated as an operations issue. Warehouse teams get blamed.

E-Commerce brandcrock_admin Jan 23, 2026
1 2 3 46
Scroll to Top