1829589 Members
6860 Online
109992 Solutions
New Discussion

OS mode 32/64 bit?

 
Manu_13
Frequent Advisor

OS mode 32/64 bit?

Hi,

How to find out which mode the OS is running in ( 32/64) bit on "ed Hat Enterprise Linux AS release 3
".

Thnx,
Manu
3 REPLIES 3
Stuart Browne
Honored Contributor

Re: OS mode 32/64 bit?

'uname -m' will have '64' in it if it's either intel x86 or amd x86.
One long-haired git at your service...
Manu_13
Frequent Advisor

Re: OS mode 32/64 bit?

Hi,

"uname -m" according to man will print the machine hardware name. Not the OS mode. Can a 64 bit OS run on 32 bit hardware? and vice-versa. Plz clarify this.

Thnx,
Manu
Manu_13
Frequent Advisor

Re: OS mode 32/64 bit?

uname -a if has x_64 in its outpu its 64 bit mode.

or

file init

will show if the file is 64 bit executable.. then the os is in 64 bit mode.