How to find out if Ubuntu is 32 bit or 64 bit
To find out if Ubuntu is 32 bit or 64 bit, run uname :
uname -m
x86_64 = 64 bit
i686 = 32 bit
To find out if Ubuntu is 32 bit or 64 bit, run uname :
uname -m
x86_64 = 64 bit
i686 = 32 bit
If you enjoyed this post, please follow us on twitter or subscribe to our feed!