Answers

Question and Answer:

  Home  Linux Commands

⟩ How to know linux os is 32 bit or 64 bit?

#uname -a

we get the information about os

and Regarding CPU

#grep flags /proc/cpuinfo

if cpu is in

Long mode - 64 bit CPU

Real mode 16 bit CPU

Protected Mode is 32-bit CPU

 143 views

More Questions for you: