How to find OS bit version in linux/unix?
Just login to your linux server and issue the below command:
-bash-2.05b$ getconf LONG_BIT
32
-bash-2.05b$
32
-bash-2.05b$
64
-bash-2.05b$
In this way, you can easily make out either it's 32 bit or 64 bit OS on the machine.
No comments:
Post a Comment