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

Visual comparison of building vs buying software features — a glowing gear in one hand for custom builds, and a polished sphere in the other hand for off-the-shelf solutions.

Build or Buy? Rethinking Custom vs Off-the-Shelf Features in 2025

It’s a question that comes up in nearly every strategy call, stakeholder meeting, or MVP

E-Commerce Vaid Ali Jul 25, 2025
5-Reasons-Your-API-Heavy-Store-Feels-Slower-Than-Expected.

5 Reasons Your API-Heavy Store Feels Slower Than Expected

We’ve seen it happen more than once. A store gets rebuilt using the latest stack,

E-Commerce Vaid Ali Jul 18, 2025

The Hidden Cost of Too Many Plugins: How to Audit & Clean Your Stack

Too many plugins can quietly slow down your site, weaken security, and cause unexpected errors.

E-Commerce Vaid Ali Jul 11, 2025

From Headless to Helpless? Fixing Common Build Mistakes in 2025

Not long ago, going headless was the upgrade everyone talked about — faster sites, total

Uncategorized zubair zubair Jul 3, 2025
1 2 3 4 41
Scroll to Top