How do I determine which RedHat Linux version I am running?

If the linux distribution is a recent one you can use the below command

#lsb_release -i -r

If Linux version is bit older one you can use the below command

#cat /etc/redhat-release

uname command may not provide the exact results as you can install any kernel on Redhat..

Leave a Reply

Your email address will not be published. Required fields are marked *

*