How to determine whether a given Linux is 32 bit or 64 bit?

Use $ uname -m,

 
check the result: 
 
x86_64 ==> 64-bit kernel
i686   ==> 32-bit kernel

No comments:

Post a Comment