DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

kill(TCL)


kill -- signal processes found in list

Synopsis

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(2) 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.


02 June 2005
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 - 02 June 2005