Displays the values of given keys within a Network Information Services (NIS) map.
To Display Key Values for an NIS Map
/usr/bin/ypmatch [ -d Domain ] [ -k ] [ -t ] Key... MapName
To Display the NIS Map Nickname Table
/usr/bin/ypmatch -x
The ypmatch command displays the values associated with one or more keys within a Network Information Services (NIS) map. Use the MapName parameter to specify either the name or nickname of the map you want to search.
When you specify multiple keys in the Key parameter, the system searches the same map for all of the keys. Because pattern matching is not available, match the capitalization and length of each key exactly. If the system does not find a match for the key or keys you specify, a diagnostic message is displayed.
Item | Description |
---|---|
-d Domain | Specifies a domain other than the default domain. |
-k | Prints a key followed by a colon before printing the value of the key. This is useful only if the keys are not duplicated in the values or if you have specified so many keys that the output could be confusing. |
-t | Inhibits translation of nickname to map name. |
-x | Displays the map nickname table. This lists the nicknames (as specified by the MapName parameter) the command knows of and indicates the map name associated with each nickname. |