1

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

shinokada
  • 2,715

1 Answers1

7

32bit.

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

Cry Havok
  • 3,566