Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Excerpt

To know whether your system is 32-bit or 64-bit,

...

type uname -m


Code Block
% 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)