Thursday, August 13, 2009

Find Whether Processor is 32 bit or 64 bit in LINUX

You can find the configuration of system in which you are working and can find whether the processor is 32 bit or 64 bit. Just open terminal and type

$ getconf LONG_BIT
or one can try
$ uname -a
or
$
grep flags /proc/cpuinfo

No comments:

Post a Comment