DEFAULTDOMAIN(5) - File Formats Manual # DEFAULTDOMAIN(5) - File Formats Manual
NAME # defaultdomain - default YP domain name
DESCRIPTION # The defaultdomain file is read by rc(8) at system startup time. It is used to set the YP domain name of the host machine (see yp(8)).
This file should contain a single line specifying the system domain name as supplied to domainname(1). Empty lines and lines beginning with ‘#’ in the file are ignored.
...
DOMAINNAME(1) - General Commands Manual # DOMAINNAME(1) - General Commands Manual
NAME # domainname - set or print YP domain of current host system
SYNOPSIS # domainname [name-of-domain]
DESCRIPTION # The domainname utility prints the YP domain name of the current host. The superuser can set the domain name by supplying a /etc/defaultdomain file (see defaultdomain(5)). This is used at system boot time by rc(8) to initialize the domainname.
...
HOSTNAME(1) - General Commands Manual # HOSTNAME(1) - General Commands Manual
NAME # hostname - set or print name of current host system
SYNOPSIS # hostname [-s] [name-of-host]
DESCRIPTION # The hostname utility is used to set or print the name of the current host. If no argument is given, the name of the current host is printed.
The host name can be set by the superuser either by specifying name-of-host, or by supplying a myname(5) file, which is used at system boot time by netstart(8) to initialize the hostname.
...
MKNETID(8) - System Manager’s Manual # MKNETID(8) - System Manager’s Manual
NAME # mknetid - generate a YP map of group and domain memberships
SYNOPSIS # mknetid [-q] [-d domain] [-g groupfile] [-h hostfile] [-m netidfile] [-P master.passwdfile] [-p passwdfile]
DESCRIPTION # The mknetid utility combines information from the passwd(5), group(5), hosts(5), and netid(5) files, printing it in netid(5) format to the standard output. If the passwd(5) file is not available, the master.
...
Portmap,
Ypserv,
Ypcat,
Resolv.conf,
Makefile.yp,
Ypwhich,
Group,
Ypbind,
Passwd,
Ypset,
Ypinit,
Yppoll,
Ypmatch,
Domainname,
Yppush,
Defaultdomain,
Ypxfr,
Yp_bind,
Yp YP(8) - System Manager’s Manual # YP(8) - System Manager’s Manual
NAME # yp - description of the YP subsystem
SYNOPSIS # ypinit -m [domainname]
ypinit -s master_server [domainname]
ypinit -u [domainname]
ypbind [-insecure] [-ypset] [-ypsetme]
ypset [-d domain] [-h host] server
yppoll [-d domain] [-h host] mapname
ypcat [-kt] [-d domainname] mapname
ypcat -x
ypmatch [-kt] [-d domainname] key … mapname
ypmatch -x
ypwhich [-t] [-d domain] [[-h] host]
...
YPBIND(8) - System Manager’s Manual # YPBIND(8) - System Manager’s Manual
NAME # ypbind - create and maintain a binding to a YP server
SYNOPSIS # ypbind [-insecure] [-ypset] [-ypsetme]
DESCRIPTION # ypbind finds the server for a particular YP domain and stores information about it in a “binding file”. This binding information includes the IP address of the server associated with that particular domain and which port the server is using.
...
YPCAT(1) - General Commands Manual # YPCAT(1) - General Commands Manual
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.
...
YPINIT(8) - System Manager’s Manual # YPINIT(8) - System Manager’s Manual
NAME # ypinit - create a YP server (master or slave)
SYNOPSIS # ypinit -m [domainname]
ypinit -s master_server [domainname]
ypinit -u [domainname]
DESCRIPTION # ypinit may be used to set up a YP server, or to change the ypserver map. If domainname is not given, the default domainname will be used.
The options are as follows:
-m [domainname]
...
YPMATCH(1) - General Commands Manual # YPMATCH(1) - General Commands Manual
NAME # ypmatch - print the values of one or more keys in a YP database
SYNOPSIS # ypmatch [-kt] [-d domainname] key … mapname
ypmatch -x
DESCRIPTION # ypmatch prints out the values of one or more keys from the YP database specified by mapname, which may be a map name or a map nickname.
The options are as follows:
...
YPPOLL(8) - System Manager’s Manual # YPPOLL(8) - System Manager’s Manual
NAME # yppoll - ask version of YP map from YP server
SYNOPSIS # yppoll [-d domain] [-h host] mapname
DESCRIPTION # yppoll asks a YP server process for the order number and which host is the master server for mapname.
The options are as follows:
-d domain
Use the YP domain domain instead of the default domain as returned by domainname(1).
...