Results 1 to 2 of 2
How can I tell if a the linux machine I am accessing is 32 or 64 bit?
more /proc/cpuinfo
doesn't seem to work.
This is the info that I get
...
- 09-27-2006 #1Just Joined!
- Join Date
- Sep 2006
- Posts
- 2
How to tell if 32 or 64 bit linux? on the machine I am accessing?
How can I tell if a the linux machine I am accessing is 32 or 64 bit?
more /proc/cpuinfo
doesn't seem to work.
This is the info that I get
processor : 3
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Xeon(TM) CPU 3.00GHz
stepping : 1
cpu MHz : 3000.257
cache size : 1024 KB
physical id : 3
siblings : 2
runqueue : 2
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm lm
bogomips : 5989.99
- 09-27-2006 #2Just Joined!
- Join Date
- Sep 2006
- Posts
- 2
found my own answer
uname -m
i386 or i686 then it is 32 bit
x86_64 is 64bit



