How to check if the machine is 32-bit or 64-bit ??
We often need to know if the machine is 32-bit or 64-bit before we install any software. Here are few commands which will help you figure out.
1. file /bin/ls
2. getconf LONG_BIT
Run either of the above two commands on the terminal and you will be able to figure it out.
No comments:
Post a Comment