0
votes
0answers
43 views

How to find out whether a certain processor is 64bit or 32bit? [duplicate]

Now, the answer that jumps into everyone's minds at this point is, of course, uname -a. But I believe that, in this case, it is not the correct answer. Why? Well, I have installed a 64bit version of ...
2
votes
2answers
346 views

How to determine bitness of hardware and OS?

Output of uname -a on my RHEL 5.4 machine is: Linux <machine name> 2.6.18-164.el5 #1 SMP Tue Aug 18 15:51:48 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux Does it mean that hardware is 64 bit ...