|
ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
YPCAT(1) BSD General Commands Manual YPCAT(1)
NAME
ypcat -- print the values of all keys in a YP database
SYNOPSIS
ypcat [-kt] [-d domainname] mapname
ypcat -x
DESCRIPTION
Ypcat prints out the values of all keys from the YP database specified by mapname, which may be a map
name or a map nickname.
The options are as follows:
-d domainname
Specify a domain other than the default domain.
-k Display map keys. This option is useful with maps in which the values are null or the key is
not part of the value.
-t Inhibit translation of map nicknames to their corresponding map names.
-x Display the map nickname table.
SEE ALSO
ypmatch(1), yp(8)
AUTHOR
Theo De Raadt
BSD December 3, 1993 BSD
|
|