1837020 Members
2120 Online
110111 Solutions
New Discussion

32-bit or 64-bit

 
SOLVED
Go to solution
MRSG
Frequent Advisor

32-bit or 64-bit

Hi,

Is there a command that tells me whether the OS installed is 32-bit or 64-bit apart from swlist ?

Thanks in advance
7 REPLIES 7
Barry O Flanagan
Respected Contributor
Solution

Re: 32-bit or 64-bit

getconf KERNEL_BITS
federico_3
Honored Contributor

Re: 32-bit or 64-bit

/usr/bin/getconf KERNEL_BITS

federico
MARTINACHE
Respected Contributor

Re: 32-bit or 64-bit

Hi,

getconf KERNEL_BITS

Regards,

Patrice.
Patrice MARTINACHE
Paula J Frazer-Campbell
Honored Contributor

Re: 32-bit or 64-bit

Hi

getconf HW_32_64_CAPABLE will show if you machine is 64 bit capable.


Paula
If you can spell SysAdmin then you is one - anon
f. halili
Trusted Contributor

Re: 32-bit or 64-bit

Use the ff:

# getconf KERNEL_BITS

or

# getconf HW_CPU_SUPP_BITS


- fnhalili
derekh
Carlos Fernandez Riera
Honored Contributor

Re: 32-bit or 64-bit



file /stand/vmunix ??????
unsupported
MRSG
Frequent Advisor

Re: 32-bit or 64-bit

thanks