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 / anand
egrep -c 'lm' /proc/cpuinfo
If output is nonzero then its a 64 bit system or 32 bit
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you know which shell I am using in linux?
How can I check the exit status of my previous command in Linux operating system?
What does && mean in linux?
What does touch do in linux?
Write a command that will look for files with an extension "c", and has the occurrence of the string "apple" in it.
Which command is used to find what is in your home directory?
What is sudo bash command?
Explain command grouping in linux?
Which command is used to review boot messages?
The command ‘umask -S’
Which command will show you free/used memory?
What is cd command used for?
What are vim commands?
What is $$ in shell script?
What are the commands used in command prompt?