You can type in the following at the command line to get the version of Redhat you are running:
cat /etc/redhat-release
Unfortunately, this method doesn't tell you whether you are running a 32-bit or 64-bit version of the operating system. In order to find out this information you could use the following command:
uname -a