Possible Duplicate:
How to determine whether I run a 32bit or 64bit Ubuntu install

I typed uname -a in a terminal and I got the following output.

Is it 32 bit or 64 bit?

Linux my-laptop 2.6.32-24-generic-pae

# 43-Ubuntu SMP Thu Sep 16 15:30:27 UTC 2010 i686 GNU/Linux

link|improve this question

71% accept rate
feedback

closed as exact duplicate by studiohack Feb 17 at 16:09

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

up vote 7 down vote accepted

32bit.

With a 64 bit platform you'd have seen x86_64 instead of i686.

link|improve this answer
Thats true. Mine outputs: Linux blaze 2.6.32-24-generic #42-Ubuntu SMP Fri Aug 20 14:21:58 UTC 2010 x86_64 GNU/Linux – Matt H Sep 20 '10 at 0:24
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.