1828667 Members
1638 Online
109984 Solutions
New Discussion

Foolish Question

 
SOLVED
Go to solution
Noa Harel_2
Advisor

Foolish Question

Hi,
How Do I Find out if my system is 32Bit Or 64Bit?
Thanks...
Noa
4 REPLIES 4
Graham Cameron_1
Honored Contributor
Solution

Re: Foolish Question

getconf KERNEL_BITS
-- Graham
Computers make it easier to do a lot of things, but most of the things they make it easier to do don't need to be done.
Robert-Jan Goossens
Honored Contributor

Re: Foolish Question

Hi Noa,

# file /stand/vmunix
/stand/vmunix: ELF-64 executable object file - PA-RISC 2.0 (LP64)
# getconf KERNEL_BITS
64
# getconf HW_32_64_CAPABLE
1

Hope it helps,
Robert-Jan.
aparna challagulla
Valued Contributor

Re: Foolish Question

hi Noa

Check Merijin's site
http://www.cmve.net/~merijn/#Statistics

HTH
aparna

If you don't have time to do it right you must have time to do it over
Noa Harel_2
Advisor

Re: Foolish Question

Hi,
Thanks Guys
The getconf worked perfectly
Eventualy I used
strings /stand/vmunix |gre[ 64
And the output gave me a clue.

Thanks!
Noa.