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

Submitted by: Administrator
#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
Submitted by: Administrator

Read Online Linux Commands Job Interview Questions And Answers