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

List of International Public Holidays in 2022 Calendar

January 2022 01/01/2022 — New Year (Gregorian) 01/01/2022 — Oshogatsu 01/01/2022 — Solemnity of Mary,

CalendarEvents Alan Bradford Jan 3, 2022

How to prevent Log4j flaw being exploited

The Log4j vulnerability affects everything from the cloud to developer tools and security devices. Here’s

Programming Alan Bradford Dec 15, 2021

How to fix Invalid command ‘RequestHeader’ in the server configuration

Invalid command ‘RequestHeader’ error occurs in the Linux server due to missing apache modules in

Programming Alan Bradford Dec 7, 2021

PHP Interview Questions [1 – 15] you should know

Given below is the list of the most popular PHP interview questions which are commonly

Interview Questions and Answers Vaid Ali Dec 6, 2021
1 18 19 20 21 22 41
Scroll to Top