|
NAMEgroupmember —
checks group set for a group ID
SYNOPSIS#include <sys/param.h>
#include <sys/ucred.h>
int
DESCRIPTIONThegroupmember () function checks to see if the given
gid is in the group set of the credentials.
Its arguments are:
RETURN VALUESIf the gid is found, 1 is returned; otherwise, 0 is returned.AUTHORSThis manual page was written by Chad David <davidc@acns.ab.ca>.
Visit the GSP FreeBSD Man Page Interface. |