Tuesday, May 07, 2013

Check if the Linux Operating System is 32 Bit or 64 Bit

Run the below commands to check if the operating system is 32Bit or 64Bit.


  1. uname -a
  2. getconf WORD_BIT
  3. file /usr/bin/file
The above command will show if the operating system bit size

No comments: