NAME

atf-killpg - sends a signal to a process group

SYNOPSIS

atf-killpg [-s signal] pgid atf-killpg -h

DESCRIPTION

atf-killpg sends a signal to a process group.

In the first synopsis form, atf-killpg will send the specified signal to the given process group. If the signal is not provided through the -s flag, `SIGTERM' will be send instead.

In the second synopsis form, atf-killpg will print information about all supported options and their purpose.

The following options are available:

-h
Shows a short summary of all available options and their purpose.

-s signal
The numerical signal to send; defaults to `SIGTERM'.

SEE ALSO

atf-exec(1), atf(7)