DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

kill(TCL)


kill -- signal processes found in list

Syntax

kill [-pgroup] [signal] idlist

Description

Sends a signal to each process in the list idlist, if permitted. signal, if present, is the signal number or the symbolic name of the signal; see signal(S) for details. The leading SIG is optional when the signal is specified by its symbolic name. The default for signal is 15, SIGTERM.

If -pgroup is specified, the numbers in idlist are taken as process group IDs and the signal is sent to all of the processes in that process group. A process group ID of 0 specifies the current process group.


© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003