Technology Cares

Not Just another weblog

Archive for September, 2010

Find Out if CPU is 32bit or 64bit

Posted by Manish on September 22, 2010

Simply type the following command and if you see lm in output, you have a 64 bit CPU based system:
$ grep flags /proc/cpuinfo

If you want to find Out If Running Kernel Is 32 Or 64 Bit, type the following command at the terminal:
$ uname -a

Posted in Uncategorized | Tagged: | Leave a Comment »