PDA

View Full Version : [ubuntu] 32-bit or 64-bit?



twistedwire
November 10th, 2010, 07:22 PM
Hey guys, here's a quick question...I can get the version etc, etc....but, due to a lack of memory, how can I tell if I'm running 32-bit or 64-bit? :confused:...

Thanks!

wojox
November 10th, 2010, 07:24 PM
Look at the kernel:



uname -a

twistedwire
November 10th, 2010, 07:39 PM
Did a uname -a:

kevin@portable-linux:~$ uname -a
Linux portable-linux 2.6.32-25-generic #45-Ubuntu SMP Sat Oct 16 19:48:22 UTC 2010 i686 GNU/Linux
kevin@portable-linux:~$

how does it explain 32-bit vs 64-bit?

Thanks for the fast reply!!

dino99
November 10th, 2010, 07:41 PM
thats 32, open synaptic and see how kernel are named

TBABill
November 10th, 2010, 08:22 PM
i686 is another name for a 32 bit Intel compatible OS...think of the days of 286, 386, 486 processors. If it was a 64 bit version it would state x86_64.