How to check Redhat version ? What command I need to type? Is it uname or something else?
Run any one of the following command to check RedHat Linux version
cat /etc/redhat-release
cat /etc/os-release
hostnamectl
lsb_release -a
For more info please see my tutorials:
https://www.cyberciti.biz/faq/what-version-of-redhat-linux-am-i-running/
And:
https://www.cyberciti.biz/faq/how-do-i-determine-rhel-version/