Results 1 to 4 of 4
hi all
how can get to know my system is a 64 bit . is there a command in linux ..
thanks...
- 11-28-2007 #1Just Joined!
- Join Date
- Nov 2007
- Posts
- 4
to know my system is a 64 bit
hi all
how can get to know my system is a 64 bit . is there a command in linux ..
thanks
- 11-28-2007 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,095
Go to a terminal and run the following command:
Code:uname -a
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 11-28-2007 #3
To expand upon what ozar said, the output of the uname -a command will say something like this if your system is 64-bit:
And something like this if it's 32-bit:Code:Linux 2.6.22 X86_64
Code:Linux 2.6.22 i686
Registered Linux user #270181
TechieMoe's Tech Rants
- 11-29-2007 #4Linux Enthusiast
- Join Date
- Aug 2006
- Location
- Portsmouth, UK
- Posts
- 539
Will also give details on the CPU(s) installed.Code:$ cat /proc/cpuinfo
RHCE #100-015-395
Please don't PM me with questions as no reply may offend, that's what the forums are for.


Reply With Quote