Query: grp
OS: opensolaris
Section: 3head
Links: opensolaris man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
grp.h(3HEAD) Headers grp.h(3HEAD)NAMEgrp.h, grp - group structureSYNOPSIS#include <grp.h>DESCRIPTIONThe <grp.h> header declares the structure group, which includes the following members: char *gr_name /* name of the group */ gid_t gr_gid /* numerical group ID */ char **gr_mem /* pointer to a null-terminated array of character pointers to member names */ The gid_t type is defined as described in <sys/types.h> (see types(3HEAD)).ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+SEE ALSOgetgrnam(3C), types.h(3HEAD), attributes(5), standards(5) SunOS 5.11 10 Sep 2004 grp.h(3HEAD)
Related Man Pages |
---|
pwd(3head) - sunos |
pwd.h(3head) - sunos |
grp(3head) - hpux |
grp(3head) - redhat |
grp.h(3head) - hpux |
Similar Topics in the Unix Linux Community |
---|
changing owner & grp of a file |
what is wrong with this tr -d? |
perl if else if loop not working |
Perl matching values in a file |
send email thru distribution grp |