Reverses the listing of users and hosts in network group files in NIS maps.
/usr/sbin/revnetgroup { -h | -u } [ File ]
The revnetgroup command reverses the order in which hosts and users are listed in the /etc/netgroup file. The revnetgroup command is called from the /var/yp/Makefile file to produce output for creating either the netgroup.byuser or netgroup.byhost NIS map. Each line in the output file begins with a key formed by concatenating the host or user name with the domain name. Following the key is a list of groups to which the host or user belongs. The list is preceded by a tab, and each group is separated by a comma.
Note: The list of groups does not use the names of universal groups (groups that include all users in the network). Universal groups are listed under * (asterisk).
The revnetgroup command takes an optional file name if the default /etc/netgroup file is not desired. This feature provides users with flexibility to create custom network group maps.
-h | Produces output for creating the netgroup.byhost map. |
-u | Produces output for creating the netgroup.byuser map. |
revnetgroup -u
revnetgroup -h newgroupThe -h flag used in this example causes the new /etc/newgroup file to list host names before user names.
/etc/netgroup | Contains lists of users and hosts in network groups. |
/var/yp/Makefile | Contains rules for making NIS maps. |
The makedbm command, ypinit command, yppush command.
Network Information Service (NIS) Overview for System Management in AIX Version 4.3 System Management Guide: Communications and Networks.
Network File System (NFS) Overview for System Management in AIX Version 4.3 System Management Guide: Communications and Networks.
How to Create Non-Standard NIS Maps in AIX Version 4.3 System Management Guide: Communications and Networks.