how to check machine is 32bit or 64bit linux
uname -a 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 <<<<<<<<<<<<<<this is 64-bit
Example 2:(you can check with 'lscpu' command also)
durga@ubuntu:~/Desktop$$ lscpu
Architecture: i686 <<<<<<<<<this is 32-bit
CPU op-mode(s): 32-bit
Also in C++:
- pushing to github
- bash how to generate md5 checksums on all files in a directory
- see number of documents in mongodb collection
- replace characters command
- how to execute the spring bat file from command prompt
- how to install pip on linux
- how to reload docker nginx
- Get-PhysicalDisk | Select -Prop DeviceId,FriendlyName,SerialNumber
- restart mysql mac command line
- linux yaml validator command line
- linux change azert
- install graphene django
- linux cut
- nonexistentpath data directory /data/db not found
- how to check node version in ubuntu
- linux enable scroll lock
- remove all .orig files mac terminal
- git ignore vendor folder not working
- shell script function read
- conversores mp3 ubuntu
- how to check os version
- linux disk usage
- PyInstaller can't change the shortcut icon
- rename file powershell