Pages

Friday 1 November 2013

Linux OS installed in 32-bit or 64-bit?

You can use the getconf linux command as follows:

$ getconf LONG_BIT

the will return the Number of bits in a type long int. If the value is 32 then you have a 32-bit Linux OS, otherwise it is a 64-bit OS

References


No comments:

Post a Comment