Saved Bookmarks
| 1. |
How To Check Your Hp Unix Is 32-bit Or 64-bit ? |
|
Answer» USE getconf KERNEL_BITS , getconf KERNEL_BITS will return WHETHER it is a 32 bit HP UNIX or 64 bit HP Unix as shown below. # getconf KERNEL_BITS 32 # getconf KERNEL_BITS 64 Use getconf KERNEL_BITS , getconf KERNEL_BITS will return whether it is a 32 bit HP Unix or 64 bit HP Unix as shown below. # getconf KERNEL_BITS 32 # getconf KERNEL_BITS 64 |
|