KILLPG(3) Library Functions Manual KILLPG(3)

killpgsend a signal to a process group

#include <signal.h>

int killpg(pid_t pgrp, int sig);

The killpg() function sends the signal specified by sig to the process group specified by pgrp .

If pgrp is greater than 1, is equivalent to If pgrp is less than or equal to 1, the behaviour of is undefined.

Refer to kill(3) .

Refer to kill(3) .

None.

None.

None.

getpgid(3) , getpid(3) , kill(3) , raise(3) , <signal.h> .

February 1997 posix.fail