Last Updated: February 25, 2016
·
399
· jmarizgit

Is my linux 32 or 64 bits ?

If you was wondering the answer for this question, type the following command on your terminal:

$ uname -m

if you got i686 you have a 32 bits version, otherwise you are running on a 64 bits machine.

Check the manual for uname ( $ man uname ). It is very helpful.

Happy hacking!