DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

kill(1tcl)


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.


25 April 2004
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004