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
Explain the ‘ls’ command in linux
Who is unix command?
Suppose I lost a root password and I need to give it, I treid to change it through single usermode even though I am not get a password, then what is the otherprocedure to give a root password?
What does mkdir mean in linux?
What are linux commands useful?
What is whois command in linux?
Which command is used to compare the files?
How can you copy lines into the buffer in command mode?
What is bash linux?
Explain about refer?
What is linux load average?
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.
What are the ms dos commands?
You suspect that you have two commands with the same name as the command is not producing the expected results. What command can you use to determine thelocation of the command being run?
What is iptables command in linux?