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 / sachinmali17
To get a clear idea about you OS (32bit or 64bit)
you can use following command,
root@ganesh ~]# file /usr/bin/file
/usr/bin/file: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18, stripped
[root@ganesh ~]#
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What does wc command do in unix?
In order to improve your system’s security you decide to implement shadow passwords. What command should you use?
How use more command in linux?
How do I check dns entry?
What are different command to check ram, process and hdd of linux machine?
What is vnc?
How do I run bash on windows?
What does make clean command do?
What is the root directory linux?
Which of the commands will replace all occurrences of the word rate with the word speed in the file racing?
What are the 7 types of sentences?
How use linux command line?
Who am I command in linux?
What is command to check ports running/used over local machine
Which command puts a script to sleep untill a signal is recieved?