Monday, 27 November 2017

How to Check if Your Linux System is 32-bit or 64-bit

Hi,

You can check whether your linux system is 32-bit or 64-bit by running the below command:-

# uname -m

An output such as below,
x86_64
means that your linux system is 64 bit!

Alternatively, an output such as below,
x86
means that your linux system is 32 bit!


No comments:

Post a Comment