Expand description
Send a signal to a process group
pgrp -   Process group to signal.  If less then or equal 1, the behavior
is platform-specific. 
signal - Signal to send. If None, killpg will only preform error
checking and won’t send any signal. 
See Also killpg(3).