Copyright Digital Equipment Corp. All rights reserved.

getgroups

   Gets the current supplementary group IDs of the calling process.

   Format

     #include  <unistd.h>

     int getgroups  (int gidsetsize, gid_t grouplist[]);
 


Additional information available:

Arguments       Description     Return_Value