How to check machine is 32bit or 64bit linux Code Example
how to check machine is 32bit or 64bit linux
uname -m
NOTE: It shows if your system is running 32-bit (i686 or i386) or 64-bit(x86_64).
Example 1:
prashad@ubuntu:~/Desktop$ uname -m
x86_64 <<<<<<<<<<<<<