How do I check if my hpux system is 64bit or 32bit or both?



  • To check if you hpux system is 64bit or 32bit or both run the following command:

    getconf HW_CPU_SUPP_BITS
    

    The result will be 32, 32/64, or just 64. Check the man page for getconf it can very useful to obtain other system information.


Log in to reply
 

© Lightnetics 2024