|
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). |
YPINIT(8) BSD System Manager's Manual YPINIT(8)
NAME
ypinit -- create an YP server (master or slave)
SYNOPSIS
ypinit -m [domainname]
ypinit -s master_server [domainname]
ypinit -u [domainname]
DESCRIPTION
Ypinit is the utiliy to setup an YP server, or changing the ypserver map.
The options are as follows:
-m Setup a master YP server. If domainname is not given the default domainname will be used.
-s Setup a slave YP server. domainname is not given the default domainname will be used.
master_server must be a running YP master server.
-u Update the ypserver map on a YP master server. If domainname is not given the default domain-name domainname
name will be used.
SEE ALSO
yp(8), ypserv(8)
AUTHOR
Mats O Jansson <moj@stacken.kth.se>
BSD April 19, 1997 BSD
|
|