man.named.html revision 232d4387e2ef22eb95f7e49ebbfb4d7e8d0daae6
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt - Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC")
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt - Copyright (C) 2000-2003 Internet Software Consortium.
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt - Permission to use, copy, modify, and distribute this software for any
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt - purpose with or without fee is hereby granted, provided that the above
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt - copyright notice and this permission notice appear in all copies.
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt - PERFORMANCE OF THIS SOFTWARE.
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt<!-- $Id: man.named.html,v 1.78 2008/05/15 01:12:20 tbox Exp $ -->
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt<link rel="start" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt<link rel="up" href="Bv9ARM.ch10.html" title="Manual pages">
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt<link rel="prev" href="man.named-checkzone.html" title="named-checkzone">
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt<link rel="next" href="man.rndc.html" title="rndc">
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt<tr><th colspan="3" align="center"><span class="application">named</span></th></tr>
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt<a accesskey="p" href="man.named-checkzone.html">Prev</a>�</td>
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt<td width="20%" align="right">�<a accesskey="n" href="man.rndc.html">Next</a>
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt<a name="man.named"></a><div class="titlepage"></div>
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt<p><span class="application">named</span> — Internet domain name server</p>
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt<div class="cmdsynopsis"><p><code class="command">named</code> [<code class="option">-4</code>] [<code class="option">-6</code>] [<code class="option">-c <em class="replaceable"><code>config-file</code></em></code>] [<code class="option">-d <em class="replaceable"><code>debug-level</code></em></code>] [<code class="option">-f</code>] [<code class="option">-g</code>] [<code class="option">-m <em class="replaceable"><code>flag</code></em></code>] [<code class="option">-n <em class="replaceable"><code>#cpus</code></em></code>] [<code class="option">-p <em class="replaceable"><code>port</code></em></code>] [<code class="option">-s</code>] [<code class="option">-t <em class="replaceable"><code>directory</code></em></code>] [<code class="option">-u <em class="replaceable"><code>user</code></em></code>] [<code class="option">-v</code>] [<code class="option">-x <em class="replaceable"><code>cache-file</code></em></code>]</p></div>
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt<p><span><strong class="command">named</strong></span>
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt is a Domain Name System (DNS) server,
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt part of the BIND 9 distribution from ISC. For more
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt information on the DNS, see RFCs 1033, 1034, and 1035.
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt When invoked without arguments, <span><strong class="command">named</strong></span>
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt read the default configuration file
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt <code class="filename">/etc/named.conf</code>, read any initial
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt data, and listen for queries.
Run the server in the foreground (i.e. do not daemonize).