NG(1.0) NG(1.0) NAME ng - recursively list members of netgroups SYNOPSIS ng [-d domain] [-u|-h] netgroup ... DESCRIPTION ng will list all members of the given netgroups. Any group members will be listed recursively. Duplicates will be eliminated. OPTIONS -d domain Bind to the given NIS domain rather than the default. -u Only print user members. -h Only print host members. EXAMPLE for m in $(ng linux-hosts); do ssh -n $m uname -a; done EXIT STATUS The following exit values are returned: 0 At least one member was listed on stdout. 1 No members found. 2 System failure BUGS If there are more than 128 Ki members to print, duplicates may occur. getnetgrent(3c) doesn't honour yp_bind, so -d domain has no effect. AUTHOR Send bug reports or feature requests to Kjetil T. Homme 13 Jun 2005 NG(1.0)