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
How find ip address linux?
How many commands are there in linux?
What the command used for list the contents of your home directory, current directory and all subdirectories?
How do I check storage on linux?
You issue the command head * what would the resulting output be?
In order to improve your system’s security you decide to implement shadow passwords. What command should you use?
You attempt to delete a file called sales.mem using the rm command but the command fails. What could be the problem?
How do I check command history?
What are system commands?
What is finger command in linux?
What is the command to check cpu speed in linux?
What is clang format?
What daemon is used for scheduling of the commands?
Describe the mknod command and when you’d use it.
How do I move to root in linux?