How can I know my linux os is 32 bit or 64 bit?
and How can i know my CPU is 32 bit or 64 bit in linux
machine environment.?

Answer Posted / rajeev

#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

Is This Answer Correct ?    7 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which command will show you free/used memory?

562


Which command is used to clear the screen?

547


What does chmod do in linux?

548


How will you suspend a running process and put it in the background?

1028


What command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc in Linux?

612






What is clang llvm?

589


How do I permanently set ulimit in linux?

526


How do I check storage on linux?

529


What does uname command do?

599


Brief about the command kill PID?

594


Where can I find bash in linux?

546


Does linux cp command overwrite?

589


What is difference between sh and bash?

514


What commands are used to see all jobs running in the hadoop cluster and kill a job in linux?

557


You wish to print a file ‘draft’ with 60 lines to a page. What command would you use?

565