版权所有 © 2014 tutorialspoint
int getgroups(int size, gid_t list[]);
#include <grp.h>
int setgroups(size_t size, const gid_t *list);
long ngroups_max; ngroups_max = sysconf(_SC_NGROUPS_MAX);
只有在定义了 _BSD_SOURCE 时,setgroups() 的原型才可用。
getgid (2)
setgid (2)
广告