How To Find The Rhel Version In Linux?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1. Log in to your Linux server as the root user.
2. Run the following command to determine the RHEL version:
cat /etc/redhat-release
3. The output should look something like this:
Red Hat Enterprise Linux Server release 7.7 (Maipo)