How to find CentOS installed is 32-bit or 64-bit

CentOS is most popular operating system on Linux servers. If you want to check the CentOS version installed on your server, please refer to our following tutorial page:
How to find CentOS version installed

If you want to check centOs installed on your server is 32-bit or 64-bit, here is how you can find.
Login in your server via SSH as root and execute following command.

uname -a

If the output shows i686 or i386, this means its a CentOS 32-bit.
And if the output shows x86_64, this means its a CentOs 64-bit.

Screenshot on a 32-bits centOS server

centos-32-bits

Screenshot on a 64-bits centOS server

centos-64-bits

Our Top Rated Host

Related Posts