on 2012 Mar 17 11:29 AM
Dear experts,
Which command is accurate to know operating system bit
getconf LONG_BIT or getconf WORD_BIT.
we are getting differrent output for both....
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Hello,
Please try
$ uname -a
x86_64 GNU/Linux indicates that you've a 64bit Linux kernel running. If you use
see i386/i486/i586/i686 it is a 32 bit kernel
regards,
John Feely
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.