RedHat Linux version - How do you determine the version/release of a RedHat Linux operating system?

I don't know of any direct commands to do this, but this cat command works:

cat /etc/redhat-release

You can also take a look at the uname command, which can provide a lot of Linux version information.