You can try this to find out if your CPU/Processor is 32 bit or 64 bit:
cat /proc/cpuinfo | grep flags | grep lmlm means Long Mode = 64 bit CPU
Also:
getconf LONG_BITShould display 32 or 64.
- sandip's blog
- Login or register to post comments
You can try this to find out if your CPU/Processor is 32 bit or 64 bit:
cat /proc/cpuinfo | grep flags | grep lmlm means Long Mode = 64 bit CPU
Also:
getconf LONG_BITShould display 32 or 64.