Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
killpg(3)
Edit
PageHistory
Diff
Info
LikePages
KILLPG !!!KILLPG NAME SYNOPSIS DESCRIPTION RETURN VALUE ERRORS CONFORMING TO SEE ALSO ---- !!NAME killpg - send signal to all members of a process group. !!SYNOPSIS __#include __ ''pidgrp''__, int__ ''signal''__); __ !!DESCRIPTION The __killpg()__ function causes signal ''signal'' to be sent to all the processes in the process group ''pidgrp'' or to the processes' own process group if ''pidgrp'' is equal to zero. It is equivalent to __kill(-__''pidgrp''__,__''signal''__); __ !!RETURN VALUE The value returned is -1 on error, or 0 for success. !!ERRORS Errors are returned in ''errno'' and can be one of the following: __EINVAL__ for an invalid signal, __ESRCH__ for a process group which does not exist, and __EPERM__ if the userid of the calling process is not equal to that of the process the signal is sent to, and the userid is not that of the superuser. !!CONFORMING TO ??? !!SEE ALSO kill(2), signal(2), signal(7) ----
One page links to
killpg(3)
:
Man3k
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.