When I type
uname -a
, it gives the following output.
Linux mars 2.6.9-67.0.15.ELsmp #1 SMP Tue Apr 22 13:50:33 EDT 2008 i686 i686 i386 GNU/Linux
How might I know from this that the given OS is 32 or 64 bit?
This is helpful when composing configure scripts, for instance: what architecture am I building for?