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 bash linux?
What is the difference between kill and kill in linux?
Explain trap command; shift command, getopts command of linux?
What language is a makefile written in?
What are commands in grammar?
You have a tab delimited file called phonenos and want to change each tab to four spaces. What command can you use to accomplish this?
What is ulimit in linux?
You have a computer with 80 GB hard disk and Ubuntu 8.04 is installed on entire hard disk. Now you have to create a seprate partition for Windows OS and Install Win Xp as Dual boot. write down the steps involed along with the commands.
8 Answers Bhel, Indian Navy, Tata Steel Limited,
What does grep command do?
find out what file systems supported by kernel?
What is umask 000?
What is 9 in kill?