LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to see whether LINUX is 64 bit or 32 bit? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-see-whether-linux-is-64-bit-or-32-bit-872578/)

manalisharmabe 04-02-2011 10:14 AM

How to see whether LINUX is 64 bit or 32 bit?
 
How to see whether LINUX is 64 bit or 32 bit?

Ryptyde 04-02-2011 10:34 AM

Open a terminal and enter
Code:

uname -r
and there will be an x86_64 suffix if it is 64bit.

phil

larryhaja 04-02-2011 11:10 AM

Code:

uname -m

smoker 04-02-2011 11:34 AM

uname -p
uname -r
uname -m

man uname

SupermanInNY 04-02-2011 02:40 PM

Why not run

Quote:

uname -i
The reply is exactly what he is looking for,. no need to parse any data.

manalisharmabe 04-04-2011 10:38 AM

Thanks!

MTK358 04-04-2011 11:21 AM

Mark the thread as solved.

szboardstretcher 04-04-2011 02:08 PM

Code:

uname -a


All times are GMT -5. The time now is 01:03 AM.