How to find the RHEL(red hat) version

In this article, we will see different methods to find the RHEL(red hat) version.

As a new RHEL(Red Hat Enterprise Linux) administrator or user or new to RHEL environment and you want to know version of RHEL.

How to find the RHEL version:

We have following methods to find the RHEL version from the terminal.

1. Type the redhat-release.

more /etc/redhat-release

How to find the RHEL(red hat) version

2. Find the RHEL version using os-release.

more /etc/os-release

3. Find the RHEL version using system-release-cpe.

more /etc/system-release-cpe

4. By running hostnamectl on terminal

hostnamectl

5. Find the RHEL version using system-release.

more /etc/system-release

6. Find the RHEL version in graphically, Click on activities then search for settings. Click on settings application.

scroll down, then click on details. After that click on about. There we can find the RHEL Version.

So in this article, we have seen how to find RHEL version using commands and graphical methods.