Is my Linux 32 bit or 64 bit, how to discover?
What command should I use to detect whether my server is running 32 or 64 bit kernel?
Answers
Discussion
$ uname -a
If the response contains "x86_64 GNU Linux" you are running 64bit Linux.