man-pages/man7/hostname.7.html
2021-03-31 01:06:50 +01:00

156 lines
4.2 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of HOSTNAME</TITLE>
</HEAD><BODY>
<H1>HOSTNAME</H1>
Section: Linux Programmer's Manual (7)<BR>Updated: 2019-05-09<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
hostname - hostname resolution description
<A NAME="lbAC">&nbsp;</A>
<H2>DESCRIPTION</H2>
Hostnames are domains, where a domain is a hierarchical, dot-separated
list of subdomains; for example, the machine &quot;monet&quot;, in the &quot;example&quot;
subdomain of the &quot;com&quot; domain would be represented as &quot;monet.example.com&quot;.
<P>
Each element of the hostname must be from 1 to 63 characters long and the
entire hostname, including the dots, can be at most 253 characters long.
Valid characters for hostnames are
<B><A HREF="/cgi-bin/man/man2html?7+ASCII">ASCII</A></B>(7)
letters from
<I>a</I>
to
<I>z</I>,
the digits from
<I>0</I>
to
<I>9</I>,
and the hyphen (-).
A hostname may not start with a hyphen.
<P>
Hostnames are often used with network client and server programs,
which must generally translate the name to an address for use.
(This task is generally performed by either
<B><A HREF="/cgi-bin/man/man2html?3+getaddrinfo">getaddrinfo</A></B>(3)
or the obsolete
<B><A HREF="/cgi-bin/man/man2html?3+gethostbyname">gethostbyname</A></B>(3).)
<P>
Hostnames are resolved by the NSS framework in glibc according
to the
<B>hosts</B>
configuration in
<B>nsswitch.conf</B>.
The DNS-based name resolver
(in the
<B>dns</B>
NSS service module) resolves them in the following fashion.
<P>
If the name consists of a single component, that is, contains no dot,
and if the environment variable
<B>HOSTALIASES</B>
is set to the name of a file,
that file is searched for any string matching the input hostname.
The file should consist of lines made up of two white-space separated strings,
the first of which is the hostname alias,
and the second of which is the complete hostname
to be substituted for that alias.
If a case-insensitive match is found between the hostname to be resolved
and the first field of a line in the file, the substituted name is looked
up with no further processing.
<P>
If the input name ends with a trailing dot,
the trailing dot is removed,
and the remaining name is looked up with no further processing.
<P>
If the input name does not end with a trailing dot, it is looked up
by searching through a list of domains until a match is found.
The default search list includes first the local domain,
then its parent domains with at least 2 name components (longest first).
For example,
in the domain cs.example.com, the name lithium.cchem will be checked first
as lithium.cchem.cs.example and then as lithium.cchem.example.com.
lithium.cchem.com will not be tried, as there is only one component
remaining from the local domain.
The search path can be changed from the default
by a system-wide configuration file (see
<B><A HREF="/cgi-bin/man/man2html?5+resolver">resolver</A></B>(5)).
<A NAME="lbAD">&nbsp;</A>
<H2>SEE ALSO</H2>
<B><A HREF="/cgi-bin/man/man2html?3+getaddrinfo">getaddrinfo</A></B>(3),
<B><A HREF="/cgi-bin/man/man2html?3+gethostbyname">gethostbyname</A></B>(3),
<B><A HREF="/cgi-bin/man/man2html?5+nsswitch.conf">nsswitch.conf</A></B>(5),
<B><A HREF="/cgi-bin/man/man2html?5+resolver">resolver</A></B>(5),
<B><A HREF="/cgi-bin/man/man2html?7+mailaddr">mailaddr</A></B>(7),
<B><A HREF="/cgi-bin/man/man2html?8+named">named</A></B>(8)
<P>
IETF RFC&nbsp;1123
<P>
IETF RFC&nbsp;1178
<A NAME="lbAE">&nbsp;</A>
<H2>COLOPHON</H2>
This page is part of release 5.05 of the Linux
<I>man-pages</I>
project.
A description of the project,
information about reporting bugs,
and the latest version of this page,
can be found at
<A HREF="https://www.kernel.org/doc/man-pages/.">https://www.kernel.org/doc/man-pages/.</A>
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="1"><A HREF="#lbAB">NAME</A><DD>
<DT id="2"><A HREF="#lbAC">DESCRIPTION</A><DD>
<DT id="3"><A HREF="#lbAD">SEE ALSO</A><DD>
<DT id="4"><A HREF="#lbAE">COLOPHON</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:06:08 GMT, March 31, 2021
</BODY>
</HTML>