Find out if your Linux server is running a 32bit or 64bit system

Written by Richi González Monday, 14 February 2011

Hello,

Recently I’ve been working a lot with server setups and stuff like that. I was going to install Ffmpeg and some other modules, and I needed to know the bits of the CPU processor. After looking into various commands I figured out a very simple command that will output exactly what you need.

First, connect to your server via SSH, or if your computer is your server, just open a terminal.

Type in the following:

$ uname -a

You don’t need to have root privileges to execute that command.

My Ubuntu lap returned this:

richi@richi-lap-ubuntu:~$ uname -a
Linux richi-lap-ubuntu 2.6.31-22-generic #70-Ubuntu SMP Wed Dec 1 23:51:13 UTC 2010 i686 GNU/Linux

What we really need from all this output, is the i686, that means 32bit. To make it easier, if instead of i686, was x86_64, then it’d mean you have a 64bit system.

In conclusion anything that is not x86_64, equals to 32bit.

I hope this is helpful! Anything, please leave a comment.

Best Regards,

Richi

Looking for quality Clip-Bucket hosting? Try out Arvixe and you won’t be disappointed.


4 Comments

  1. CMS Application   |  Thursday, 24 March 2011 at 4:37 am

    Awesome post! It really helped me a lot! Thanks for sharing it.

  2. Saundra Brownwood   |  Friday, 26 August 2011 at 7:47 am

    I’ve been exploring for a little for any high quality articles or blog posts on this kind of area . Exploring in Yahoo I at last stumbled upon this site. Reading this information So i am happy to convey that I have a very good uncanny feeling I discovered just what I needed. I most certainly will make sure to do not forget this web site and give it a look on a constant basis.

  3. Elissa   |  Friday, 17 August 2012 at 7:01 pm

    Really great. Thank you for your thoughts on the post Find out if your Linux server is running a 32bit or a 64bit system. | Arvixe Blog,
    they are very surprisingly helpful.. I enjoyed checking
    out your write-up!

  4. Yugandhar   |  Wednesday, 14 November 2012 at 10:55 pm

    Thanks. It helped me a lot.

Leave a Reply






six + 1 =