Find out the Running Kernel is 32bit or 64bit

To find out if you are running a 64-bit or 32-bit kernel, uname command is enough:

uname -m

If the result is

  • x86_64“, you are running an 64-bit kernel
  • i686” means 32-bit kernel