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.
...
NETSTART(8) - System Manager’s Manual # NETSTART(8) - System Manager’s Manual
NAME # netstart - network startup script
SYNOPSIS # sh /etc/netstart [-n] [interface …]
DESCRIPTION # netstart is a sh(1) script invoked by rc(8) during an automatic reboot and after single-user mode is exited; it performs network initialization.
netstart can also be used to start newly created interfaces. Its behaviour is controlled to some extent by variables defined in rc.
...
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]
...