Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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     <<<<<<<<<<<<<<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
 
Comment

PREVIOUS NEXT
Code Example
Shell :: see total space available in shell 
Shell :: pip install networkx 
Shell :: install particular version of laravel 
Shell :: kubectl change namespace 
Shell :: Error: Unable to resolve module `react-native-screens` from `node_modules/@react-navigation/bottom-tabs/src/views/BottomTabView.tsx`: react-native-screens could not be found within the project. 
Shell :: vue js version check 
Shell :: flutter download all dependencies 
Shell :: stop minikube 
Shell :: update system in manjaro 
Shell :: stop gazebo process 
Shell :: how to uninstall ngrok 
Shell :: install pip kali 
Shell :: conda install pyspark 
Shell :: edit hosts file mac terminal 
Shell :: wget clone entire website 
Shell :: restart network centos 
Shell :: yarn run ios device 
Shell :: pip install boto3 
Shell :: install lightshot on ubuntu 
Shell :: wget ignore ssl cert error 
Shell :: extract tar.gz mac command line 
Shell :: get random number shell script 
Shell :: how to install brave on fedora 
Shell :: you must sign up for private packages 
Shell :: python3 install mutagen 
Shell :: Install Visual Studio Code from Snap Store 
Shell :: git global gitignore 
Shell :: Run `bundle install` to install missing gems 
Shell :: visual studio code arm64 
Shell :: configure your git username/email 
ADD CONTENT
Topic
Content
Source link
Name
5+3 =