Monday, January 03, 2011

HOWTO : Find out if you have a 64 bit Ubuntu or a 32 bit one ?

Simply open a terminal and write the following command :

uname -m
x86_64 = 64 bit
i686 = 32 bit

No comments: