Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mknetid(8) [suse man page]

MKNETID(8)						       NIS Reference Manual							MKNETID(8)

NAME
mknetid - generate data for netid map SYNOPSIS
/usr/lib/yp/mknetid [-q] [-h hosts] [-p passwd] [-g group] [-d domain] [-n netid] /usr/lib/yp/mknetid --version DESCRIPTION
mknetid generates the netid.byname NIS map from the contents of the group(5), passwd(5), hosts(5) and netid files. It checks for multiple entrys of netids and warn for them or filters them out. It is only called by /var/yp/Makefile when rebuilding the NIS map. OPTIONS
-q This flag turns on 'quiet' mode, don't print a warning message when finding an duplicate netid entry. -h hosts The -h flag can be used to specify the use of another hosts file than the default /etc/hosts. -p passwd The -p flag can be used to specify the use of another passwd file than the default /etc/passwd. -g group The -g flag can be used to specify the use of another group file than the default /etc/group. -n netid The -n flag can be used to specify the use of another netid file than the default /etc/netid. -d domain The mknetid command uses the system domainname by default. If it is not set or you whish to override it, you must use the -d parameter. --version Prints the version number FILES
/etc/group groups file /etc/hosts hosts database /etc/netid netname database /etc/passwd password file SEE ALSO
passwd(8), group(5), hosts(5), passwd(5) AUTHOR
mknetid was written by Thorsten Kukuk <kukuk@linux-nis.org>. NIS Reference Manual 09/26/2007 MKNETID(8)

Check Out this Related Man Page

ypmatch(1)						      General Commands Manual							ypmatch(1)

NAME
ypmatch - print the value of one or more keys from an NIS map SYNOPSIS
ypmatch [-d domain] [-k] [-t] key... mname ypmatch -x OPTIONS
Displays key values for specified domain. Displays key, followed by a colon (:), before displaying value of the key. This is useful if the keys are not duplicated in the returned values, or if the number of specified keys is so large that the output is confusing. Inhibits translation of nickname to mapname. For example, ypmatch -t zippy passwd fails because there is no map named passwd, while ypmatch zippy passwd succeeds because ypmatch translates it to ypmatch zippy passwd.byname. Displays map nickname table. This option tells ypmatch to list the nicknames (mnames) with their associated mapnames. DESCRIPTION
The ypmatch command prints the values associated with one or more keys from the Network Information Service (NIS) map (database) specified by mname, which may be either a mapname or a map nickname. Multiple keys can be specified. After the key values and the map name have been specified, ypmatch searches the map for all of the speci- fied keys. The specified keys must be exact values in terms of capitalization and length. The ypmatch command does not have a pattern matching capability. If ypmatch cannot match a key, it produces a diagnostic message. The default list of mapnames served by NIS is as follows: passwd.byname, passwd.byuid, group.byname, group.byuid, hosts.byname, hosts.byaddr, networks.byname, networks.byaddr, services.byname, rpc.bynumber, protocols.byname, protocols.bynumber, netgroup.byuser, net- group.byhost, mail.alias. EXAMPLES
The following are sample command lines that illustrate how to use the ypmatch command to access information in each of the maps: ---------------------------------------------------------- Mapname Sample command ---------------------------------------------------------- passwd.byname ypmatch user1 passwd.byname passwd.byuid ypmatch uid1 passwd.byuid group.byname ypmatch group1 group.byname group.byuid ypmatch gid1 group.bygid hosts.byname ypmatch host1 host.byname hosts.byaddr ypmatch hostaddr1 hosts.byaddr networks.byname ypmatch network1 networks.byname networks.byaddr ypmatch netaddr1 networks.byaddr services.byname ypmatch servport/tcp services.byname rpc.bynumber ypmatch rpcnum rpc.bynumber protocols.byname ypmatch proto1 protocols.byname protocols.bynumber ypmatch protonum1 protocols.bynumber netgroup.byuser ypmatch user1 netgroup.byuser netgroup.byhost ypmatch host1 netgroup.byhost mail.alias ypmatch mailgroup1 mail.alias ---------------------------------------------------------- SEE ALSO
ypfiles(4), ypcat(1) Network Administration ypmatch(1)
Man Page