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 is $$ in shell script?
What is command grouping and how does it work?
Explain trap command; shift command, getopts command of linux?
What does (cd dir && command) do?
What is llvm used for?
How will you suspend a running process and put it in the background?
What could be the problem when a command that was issued gave a different result from the last time it was used?
How do I know my shell?
How do I start ms dos?
What is the syntax of mkdir?
What are the linux commands used in devops?
What is mkdir?
How to know linux os is 32 bit or 64 bit?
How do I overclock my cpu?
What is SFC command?