AMD(8) - System Manager’s Manual # AMD(8) - System Manager’s Manual
NAME # amd - automatically mount file systems
SYNOPSIS # amd [-nprv] [-a mount_point] [-C cluster] [-c duration] [-D option] [-d domain] [-k kernel-arch] [-l logfile] [-t interval.interval] [-w interval] [-x log-option] [-y YP-domain] [directory mapname [-map-options]] …
DESCRIPTION # amd is a daemon that automatically mounts filesystems whenever a file or directory within that filesystem is accessed. Filesystems are automatically unmounted when they appear to be quiescent.
...
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.
...
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.
...
LOM(4) - Device Drivers Manual (sparc64) # LOM(4) - Device Drivers Manual (sparc64)
NAME # lom - lights out management
SYNOPSIS # lom* at ebus?
DESCRIPTION # The lom driver provides support for the LOMlite lights out management module found on Sun Netra t1 systems and the LOMlite2 module found on Sun Fire V100/V120 and Sun Netra X1 systems. Temperature readings, PSU status and fan status provided by the LOM are made available through the sysctl(8) interface.
...
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.
...
RESOLV.CONF(5) - File Formats Manual # RESOLV.CONF(5) - File Formats Manual
NAME # resolv.conf - resolver configuration files
DESCRIPTION # The resolv.conf file specifies how the resolver routines in the C library (which provide access to the Internet Domain Name System) should operate. The resolver configuration file contains information that is read by the resolver routines the first time they are invoked by a process. If the resolv.conf file does not exist, only the local host file /etc/hosts will be consulted, i.
...
UNAME(1) - General Commands Manual # UNAME(1) - General Commands Manual
NAME # uname - print operating system name
SYNOPSIS # uname [-amnprsv]
DESCRIPTION # The uname utility writes strings representing one or more system characteristics to the standard output. The formats and meanings of all these strings vary among operating systems.
The options are as follows:
-a
Behave as though all of the options -mnrsv were specified.
-m
...