DIG(1) - General Commands Manual # DIG(1) - General Commands Manual
NAME # dig - DNS lookup utility
SYNOPSIS # dig [@server] [-46hiuv] [-b sourceaddr[#port]] [-c class] [-f file] [-k keyfile] [-p port] [-q name] [-t type] [-x addr] [-y [hmac:]name:key] [name] [type] [class] [+queryopt …]
DESCRIPTION # The dig command is a flexible tool for interrogating DNS name servers. It performs DNS lookups and displays the answers that are returned from the name servers that were queried.
...
HOSTNAME(7) - Miscellaneous Information Manual # HOSTNAME(7) - Miscellaneous Information Manual
NAME # hostname - host name resolution description
DESCRIPTION # Hostnames are domains, where a domain is a hierarchical, dot-separated list of subdomains; for example, the machine monet, in the Berkeley subdomain of the EDU subdomain of the Internet would be represented as
monet.Berkeley.EDU (with no trailing dot).
Hostnames are often used with network client and server programs, which must generally translate the name to an address for use.
...
HOSTS(5) - File Formats Manual # HOSTS(5) - File Formats Manual
NAME # hosts - host and network name database
DESCRIPTION # The hosts file associates names and IP addresses. Each line has the following format:
Internet address Host or network name Aliases Items are separated by any number of blanks and/or tab characters. A ‘#’ indicates the beginning of a comment; characters up to the end of the line are not interpreted by routines which search the file.
...
LPD(8) - System Manager’s Manual # LPD(8) - System Manager’s Manual
NAME # lpd - line printer spooler daemon
SYNOPSIS # lpd [-dlrs] [-b bind-address] [-n maxchild] [-w maxwait] [port]
DESCRIPTION # lpd is the line printer daemon (spool area handler) and is normally invoked at boot time from the rc(8) file. It makes a single pass through the printcap(5) file to find out about the existing printers and prints any files left after a crash.
...
MYNAME(5) - File Formats Manual # MYNAME(5) - File Formats Manual
NAME # myname - default hostname
DESCRIPTION # The myname file is read by rc(8) at system startup time.
/etc/myname contains the symbolic name of the host machine. The file should contain a single line specifying the fully qualified domain name (FQDN) of the system (e.g. host.example.com). The name must be resolvable, either by matching a hostname specified in /etc/hosts (see hosts(5)) or through DNS (see resolv.
...
RESOLVD(8) - System Manager’s Manual # RESOLVD(8) - System Manager’s Manual
NAME # resolvd - a daemon to handle nameserver configuration
SYNOPSIS # resolvd [-dv]
DESCRIPTION # resolvd handles the contents of /etc/resolv.conf, which contains details of the system’s DNS nameservers, and is read by the resolver routines in the C library. Nameservers are learned from various sources, incorporated in a priority order, then user-edited information found in the pre-existing file is re-appended.
...
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]
...