hpuxgeneral
HP-UX General
/stand = contains kernel (vmunix), The /stand directory is part of the root file system (the very first file system that is mounted during the system startup sequence). /stand is a special directory that is used by the boot loader to read the kernel file from disk and start it running.
CDE = graphical interface, Common Desktop Environment, uses .dtprofile instead of .profile/.login/.Xdefaults
SAM = System Administration Manager
Determine the process that's using a socket port
If the port number of the socket is known, as from the output of “netstat -a”, it can be used with the lsof command to get the ID of the process that's using it. netstat -an more lsof -nP grep (port_number)
Create man page index
catman -w
hpuxgeneral.txt · Last modified: 2017/10/27 01:09 by 127.0.0.1