Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <unistd.h> int setgroups(int ngroups, const gid_t grouplist[]); | |
Description | The | |
Return val. | 0 -1 | if successful. if unsuccessful. |
Errors |
| |
| The value ngroups exceeds | |
| A referenced part of the grouplist array is outside the address range assigned to the process. | |
| The effective user number is not the user number of the system administrator. |