Find Out If Running Kernel Is 32 Or 64 Bit

rajeshkumar created the topic: Find Out If Running Kernel Is 32 Or 64 Bit

Type the following command at the terminal, run:

$ uname -a

Output:
Linux ora100 2.6.5-7.252-smp #1 SMP Tue Feb 14 11:11:04 UTC 2006 x86_64 x86_64 x86_64 GNU/Linux

x86_64 GNU/Linux indicates that you’ve a 64bit Linux kernel running. If you use see i386/i486/i586/i686 it is a 32 bit kernel.
Regards,
Rajesh Kumar
Twitt me @ twitter.com/RajeshKumarIn

Tagged :