Open System Services Shell and Utilities Reference Manual (G06.25+, H06.03+)
Table Of Contents
User Commands (k - l) kill(1)
5. To send a different signal to a process, enter:
kill -s USR1 1103
This sends the SIGUSR1 signal to process 1103. The action taken on the SIGUSR1 sig-
nal is defined by the particular application you are running. (The name of the kill com-
mand is misleading because many signals, including SIGUSR1, do not terminate
processes.)
6. To list the signal names in numerical order, stripped of the prefix SIG,enter:
kill -l
1) HUP 17) USR2
2) INT 18) CHLD
3) QUIT 19) bad trap
4) ILL 20) STOP
5) URG 21) TSTP
6) ABRT 22) MEMERR
7) IO 23) NOMEM
8) FPE 24) MEMMGR
9) KILL 25) STK
10) bad trap 26) TIMEOUT
11) SEGV 27) LIMIT
12) WINCH 28) CONT
13) PIPE 29) TTIN
14) ALRM 30) TTOU
15) TERM 31) ABEND
16) USR1 32) GUARDIAN
This list may vary from system to system.
7. To stop a Guardian process, enter:
kill -s GUARDIAN /G/cmon
This issues a PROCESS_STOP_() against the named Guardian process $cmon.
8. To stop a Guardian process on another system or to stop a Guardian process that you
identify by its cpu,pin, enter:
kill -99 /E/tsii/G/3,57
This issues a PROCESS_STOP_() against the Guardian process identified by the
cpu,pin (3,57) running on the system named \tsii.
FILES
/usr/include/signal.h Specifies signal names.
NOTES
The OSS kill command has both a shell built-in version and a regular version. The two versions
have the same features and functionality. The only difference between the two versions is that
the shell built-in version does not start a new shell process when it is invoked. Both versions are
described in the reference page for kill. The shell built-in version is the default. To specify the
regular version, use the full pathname: /bin/kill For more information about shell built-in com-
mands, refer to the reference page for sh(1).
527188-003 Hewlett-Packard Company 5−5