Answers for "check whether it is 64 bit or 32 in ubuntu"

1

how to check if ubuntu is 32 or 64 bit

# Type The following command in the terminal 
# and Read the Architecture and CPU op-mode(s)
lscpu
Posted by: Guest on January-12-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language