process ->kill: signal=[1..31|name]Send a signal to the process (which must be running). The argument is
either the number of the Unix signal (see man sigvec) or the name of the
signal (see also man sigvec). To convert the name used in the sigvec
manual page, delete the leading SIG and convert the remainder to
lowercase. Examples:
SIGTERM ==> term
SIGINT ==> int
SIGHUP ==> hup
- See also
- process
->killed