from small one page howto to huge articles all in one place
poll results
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
CAPNG_SETPID
Section: Libcap-ng API (3) Updated: June 2009 Index
Return to Main Contents
NAME
capng_setpid - set working pid
SYNOPSIS
#include <cap-ng.h>
void capng_setpid(int pid);
DESCRIPTION
capng_pid sets the working pid for capabilities operations. This is useful if you want to get the capabilities of a different process.
RETURN VALUE
None.
SEE ALSO
capng_get_caps_process(3),
capabilities(7)
AUTHOR
Steve Grubb
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURN VALUE
-
- SEE ALSO
-
- AUTHOR
-
|