HPUX Tricks


To determine if HP-UX is 32-bit or 64-bit, run the following:

getconf KERNEL_BITS
or
file /stand/vmunix
which will show ELF-64 executable object file


To do a screen dump in HP-UX
xwd -out [filename]

Click the + cursor in the window you want to print. Then open the file with xv and save it to a more usable format.