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 uname do in linux?
Is cmake only for c++?
How do I permanently set ulimit in linux?
How do I test my cpu speed?
What is tty in linux command?
Explain the linux directory commands along with the description?
You want to know how many lines in the kickoff file contains ‘prize’. Which of the following commands will produce the desired results?
What happens to hard link when file is deleted?
What is cat command in linux?
How does grep work in linux?
Why echo is used in linux?
What are runlevels in linux?
What does chmod do in linux?
What is the bash in linux?
What is the command to check cpu speed in linux?