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 / mahesh gantayat
Os bit= uname -a or uname -m
Cpu bit= getconf WORD_BIT
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
If the programmer wishes to execute an instruction at the specified time. Which command is used?
How do I find the console in linux?
How do I check command history?
How will you suspend a running process and put it in the background?
Who linux commands?
What command do you type to find help about the command who?
What happens to hard link when file is deleted?
Is makefile a shell script?
What does chmod do in linux?
What does ls mean in linux?
How do I run a shell script?
Suppose you try to delete a file using the rm command and the deletion fails. What could be the possible reason?
How does grep work in linux?
You want to copy the user’s home directories to a new location. Which of the following commands will accomplish this?
What file type is a makefile?