Friday, November 15, 2013

Check your Linux installation if It is 64bit or 32bit

Check your Linux installation if It is 64bit or 32bit

It’s very easy to know if you run 64bit or 32bit kernel

If you don’t have a computer which does not support 64bit (if you don’t know yet check here)your kernel will not be for 64bit for sure.
To find out if you are running 64bit or 32bit installation, just run this command :
uname -m
If the output is:
x86_64 Then you are running 64bit Linux Kernel.
And if the output is:
i686 That means you are running 32bit Linux Kernel.


     

Share this article :

0 comments:

Post a Comment