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

What does umask 077 mean?

754


What is SFC command?

664


How do I check my system performance?

746


How do I move to root in linux?

707


How can I check the exit status of my previous command in Linux operating system?

739


If we transfer 100 files by ftp to remote server, how to know the files are successfully transfer or some file are not transferred?

758


How much ram do I have linux?

711


How do I find previous commands in linux?

717


What is an os command?

747


What daemon is used for scheduling of the commands?

704


What does free command do in linux?

776


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

867


Which commands are used to set a processor-intensive job to use less cpu time?

774


What is clang format?

741


What is tty in linux command?

708