Tuesday, August 23, 2011

How to tell if Linux is 32/64 bit

http://www.linuxforums.org/forum/newbie/72026-how-tell-if-32-64-bit-linux-machine-i-am-accessing.html
  • uname -m
    • i386 or i686 is 32 bit
    • x86_64 is 64 bit


No comments: