You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

To know whether your system is 32-bit or 64-bit, type the command like below:

% uname -m

This displays only the machine hardware name. It shows if your system is running 32-bit (i686 or i386) or 64-bit(x86_64)

  • No labels