How can you tell if the version of RHEL you are running on is 64-bit or 32-bit?

posted in: Tech | 0
Type ‘uname -m’ in the unix command prompt.
If you get ‘i686’, then you are running the 32 bit version
If you get ‘x86_64’, then you running the 64 bit version