How do I determine which RedHat
Linux version I am running?
Here's what I've read:
/etc/redhat-release
file contains the version, but anybody can tamper with that file.- people say
uname
command, but you can install any kernel on Redhat.
If I am running redhat 5.1 and someone upgrade it with 5.2 or 5.x, what determines the version of RedHat?
even lsb_release -a
read /etc/redhat-release file.