PUTGRENTSection: group Database Access (3)Updated: 2003-09-09 |
PUTGRENTSection: group Database Access (3)Updated: 2003-09-09 |
int putgrent(const struct group *grp, FILE *fp);
The struct group is defined as follows:
struct group {
char *gr_name; /* group name */
char *gr_passwd; /* group password */
gid_t gr_gid; /* group id */
char **gr_mem; /* group members */
};