How do I check my processor/cpu is 64bit?



  • Run the following:

    $ egrep -c ' lm ' /proc/cpuinfo
    

    No output means it does not.

    $ uname -a
    Linux ubuntu 3.16.0-37-generic #51~14.04.1-Ubuntu SMP Wed May 6 15:23:14 UTC 2015 x86_64 x86_64 x86_64
    GNU/Linux
    

    You'll see the references to x86_64


Log in to reply
 

© Lightnetics 2024