Wednesday, April 24, 2013

How can I find out if my processor is 64 bit or 32, under linux

Open shell and type:

grep lm /proc/cpuinfo

If you are able to see highlighted "lm" i.e. long mode then your CPU is 64 bit otherwise it is 32 bit

The screenshot below shows that my CPU is 64 bit :)






No comments:

Post a Comment