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
How do I list directories in linux?
How do I check cpu usage?
What is $@ in bash?
What is umask in linux?
Who is unix command?
Information technology is widely used in
Which of the commands will replace all occurrences of the word rate with the word speed in the file racing?
How often do you use grep command and how in Linux operating system?
What is tty in linux process?
How much ram do I have linux?
You wish to print the file vacations with 60 lines to a page. Which of the following commands will accomplish this?
What is mask and umask in linux?
If we transfer 100 files by ftp to remote server, how to know the files are successfully transfer or some file are not transferred?
Explain any one service which are working on udp only?
What is mkdir m in linux?