View Full Version : [ubuntu] ubuntu 32 or 64?
galil77
June 16th, 2008, 01:46 AM
what is the quickest way to find out if an existing installation of ubuntu is 32 or 64 bit?
Thanks.
sdennie
June 16th, 2008, 01:50 AM
Just type:
uname -m
If it is not i686 then it should be 64bit.
geirha
June 16th, 2008, 02:58 AM
You could also check what arch a binary is compiled for. i.e.
file /bin/bash
It should say either "32-bit" or "64-bit" in the third field.
file /bin/bash | cut -d' ' -f3
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.