Aug 7, 2012

Command line to check the version


We can use this command to check whether the linux is 32 bits or 64 bits:

uname -m

if the output is i686, then it is 32 bits;

if the output is x86_64, then it is 64 bits.

No comments:

Post a Comment