LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   How do I tell 64 bit slack and 32 bit slack? (https://www.linuxquestions.org/questions/slackware-14/how-do-i-tell-64-bit-slack-and-32-bit-slack-4175456832/)

narke 04-04-2013 08:03 AM

How do I tell 64 bit slack and 32 bit slack?
 
I just forgot what kind of slack I am running, 32bit or 64bit? From 'uname', I see:
Linux zuhnb712 3.2.29-smp #2 SMP Mon Sep 17 13:16:43 CDT 2012 i686 Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz GenuineIntel GNU/Linux

But I still don't know it is 64 bit or 32 bit.

Can anyone tell me? Thanks.

roreilly 04-04-2013 08:10 AM

You are running 32 bit. This is your indicator: i686

psionl0 04-04-2013 08:14 AM

The absence of /usr/lib64 might also be a clue ...

tronayne 04-04-2013 08:46 AM

If it looks like this:
Code:

uname -a
Linux fubar 3.2.29 #2 SMP Mon Sep 17 14:19:22 CDT 2012 x86_64 Intel(R) Core(TM)2 Duo CPU    E7600  @ 3.06GHz GenuineIntel GNU/Linux

it's 64-bit; yours is 32-bit (plus the other hints in posts above).

The other way is
Code:

uname -m
x86_64


narke 04-04-2013 11:00 AM

Thank you everyone!


All times are GMT -5. The time now is 12:45 AM.