1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
.TH "netgroup" "1" "@VERSION@" "Petter Reinholdtsen" "NSS utilities"
.SH "NAME"
.LP
netgroup \- List netgroup members
.SH "SYNTAX"
.LP
netgroup [\-dhu] <\fInetgroup\fP>
.SH "DESCRIPTION"
.LP
netgroup lists the requested member types in the given
netgroup.
.SH "OPTIONS"
.LP
.TP
\fB\-d\fR
List domain names.
.TP
\fB\-h\fR
List host names (default)
.TP
\fB\-u\fR
List user names
.TP
\fB\-\-version\fR
Show version information.
.SH "EXAMPLES"
.LP
To list all the hosts in the allhosts netgroup:
.LP
netgroup \-h allhosts
.SH "CONFORMING TO"
A netgroup program first appeared in NetBSD 1.4.
.SH "AUTHORS"
.LP
Petter Reinholdtsen <pere@hungry.com>
.SH "SEE ALSO"
.LP
getent(1) innetgr(1) setnetgrent(3) getnetgrent(3) endnetgrent(3) netgroup(5)
|