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
What does umask 077 mean?
What is SFC command?
How do I check my system performance?
How do I move to root in linux?
How can I check the exit status of my previous command in Linux operating system?
If we transfer 100 files by ftp to remote server, how to know the files are successfully transfer or some file are not transferred?
How much ram do I have linux?
How do I find previous commands in linux?
What is an os command?
What daemon is used for scheduling of the commands?
What does free command do in linux?
You wish to print a file ‘draft’ with 60 lines on a page. What command would you use?
Which commands are used to set a processor-intensive job to use less cpu time?
What is clang format?
What is tty in linux command?