Extracted from Pike v7.3 release 16 at 2002-03-05.
pike.roxen.com
[Top]
System

Method System.initgroups()


Method initgroups

void System.initgroups(string name, int base_gid)

Description

Initializes the supplemental group access list according to the system group database. base_gid is also added to the group access list.

Note

Throws errors on failure.

This function is not available on all platforms.

See also

System.setuid, System.getuid, System.setgid, System.getgid, System.seteuid, System.geteuid, System.setegid, System.getegid, System.getgroups, System.setgroups