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.?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / rajeev
#uname -a
we get the information about os
and Regarding CPU
#grep flags /proc/cpuinfo
if cpu is in
Long mode - 64 bit CPU
Real mode 16 bit CPU
Protected Mode is 32-bit CPU
| Is This Answer Correct ? | 7 Yes | 6 No |
Answer / ganeshkaliyappan
/etc/issuse or uname -a (i)
cpu info
cat /proc/cpuinfo
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / mahesh gantayat
Os bit= uname -a or uname -m
Cpu bit= getconf WORD_BIT
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between find and locate command in linux?
how to see the system configuration in your linux system?
What is nbtstat command?
My linux machine is crashed due to root file system, I need not to bother about the root file system, but i need to take care of /etc, /usr, like that.,, can i recover these file systems?
What is kill 9 in linux?
What is cmake in linux?
What does c mean in linux?
Which command will show you free/used memory? Does free memory exist on linux?
tell me command for" to create more than one name to a file".
what is difference between $@ and $* in UNIX Shell script
have you ever got warning message from unix admin that file system running out of space or not enough disk space?what will u do?
Which command is used to delete a group?