Digital Sanctum

software development, technology and other square topics

How to Determine if a Linux machine has a 32 bit or 64 bit kernel

without comments

Based on the output from the following command you can easily determine if a Linux machine has 32 bit or 64 bit kernel:

uname -a

If you see something like x86_64, then your running with a 64 bit kernel. If you use see i386/i486/i586/i686 it’s a 32 bit kernel.

Written by Shane

June 23rd, 2008 at 8:39 pm

Posted in Linux

Leave a Reply