Check Whether Linux Is 32-bit or 64-bit
Display System Information
1 | uname -a |
i686, i686, i386
–> 32 bitX86_64, amd64
–> 64 bit
Check Whether Linux Is 32-bit or 64-bit
https://kenzo0107.github.io/en/2015/04/13/show-32-or-64-bit-on-linux/
1 | uname -a |
i686, i686, i386
–> 32 bit
X86_64, amd64
–> 64 bit
Check Whether Linux Is 32-bit or 64-bit
https://kenzo0107.github.io/en/2015/04/13/show-32-or-64-bit-on-linux/