named.docbook revision 17cb8353e999e3294e6619613f401af3f7b1540c
fb18a87f25e7baabdda078d6017a30aced0af55aTim Reddehase<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
f198c0ec200763fe1b0db998cd9418f412be8361Tim Reddehase - Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
fb18a87f25e7baabdda078d6017a30aced0af55aTim Reddehase - Copyright (C) 2000, 2001, 2003 Internet Software Consortium.
fb18a87f25e7baabdda078d6017a30aced0af55aTim Reddehase - Permission to use, copy, modify, and distribute this software for any
fb18a87f25e7baabdda078d6017a30aced0af55aTim Reddehase - purpose with or without fee is hereby granted, provided that the above
3b5cf2ac667519a8140833a003a74991fd20f5b5Eugen Kuksa - copyright notice and this permission notice appear in all copies.
fb18a87f25e7baabdda078d6017a30aced0af55aTim Reddehase - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
fb18a87f25e7baabdda078d6017a30aced0af55aTim Reddehase - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
fb18a87f25e7baabdda078d6017a30aced0af55aTim Reddehase - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
fb18a87f25e7baabdda078d6017a30aced0af55aTim Reddehase - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
fb18a87f25e7baabdda078d6017a30aced0af55aTim Reddehase - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
fb18a87f25e7baabdda078d6017a30aced0af55aTim Reddehase - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
fb18a87f25e7baabdda078d6017a30aced0af55aTim Reddehase - PERFORMANCE OF THIS SOFTWARE.
fb18a87f25e7baabdda078d6017a30aced0af55aTim Reddehase<!-- $Id: named.docbook,v 1.8 2004/06/03 02:22:33 marka Exp $ -->
fb18a87f25e7baabdda078d6017a30aced0af55aTim Reddehase <refentryinfo>
fb18a87f25e7baabdda078d6017a30aced0af55aTim Reddehase </refentryinfo>
fb18a87f25e7baabdda078d6017a30aced0af55aTim Reddehase <refentrytitle><application>named</application></refentrytitle>
fb18a87f25e7baabdda078d6017a30aced0af55aTim Reddehase <refname><application>named</application></refname>
fb18a87f25e7baabdda078d6017a30aced0af55aTim Reddehase <refpurpose>Internet domain name server</refpurpose>
fb18a87f25e7baabdda078d6017a30aced0af55aTim Reddehase </refnamediv>
fb18a87f25e7baabdda078d6017a30aced0af55aTim Reddehase <refsynopsisdiv>
fb18a87f25e7baabdda078d6017a30aced0af55aTim Reddehase <cmdsynopsis>
fb18a87f25e7baabdda078d6017a30aced0af55aTim Reddehase <arg><option>-c <replaceable class="parameter">config-file</replaceable></option></arg>
fb18a87f25e7baabdda078d6017a30aced0af55aTim Reddehase <arg><option>-d <replaceable class="parameter">debug-level</replaceable></option></arg>
fb18a87f25e7baabdda078d6017a30aced0af55aTim Reddehase <arg><option>-n <replaceable class="parameter">#cpus</replaceable></option></arg>
fb18a87f25e7baabdda078d6017a30aced0af55aTim Reddehase <arg><option>-p <replaceable class="parameter">port</replaceable></option></arg>
fb18a87f25e7baabdda078d6017a30aced0af55aTim Reddehase <arg><option>-t <replaceable class="parameter">directory</replaceable></option></arg>
fb18a87f25e7baabdda078d6017a30aced0af55aTim Reddehase <arg><option>-u <replaceable class="parameter">user</replaceable></option></arg>
fb18a87f25e7baabdda078d6017a30aced0af55aTim Reddehase <arg><option>-x <replaceable class="parameter">cache-file</replaceable></option></arg>
fb18a87f25e7baabdda078d6017a30aced0af55aTim Reddehase </cmdsynopsis>
fb18a87f25e7baabdda078d6017a30aced0af55aTim Reddehase </refsynopsisdiv>
770b1cbc08153828735085b08c04d3211de54cd9Tim Reddehase <command>named</command> is a Domain Name System (DNS) server,
770b1cbc08153828735085b08c04d3211de54cd9Tim Reddehase part of the BIND 9 distribution from ISC. For more
770b1cbc08153828735085b08c04d3211de54cd9Tim Reddehase information on the DNS, see RFCs 1033, 1034, and 1035.
770b1cbc08153828735085b08c04d3211de54cd9Tim Reddehase When invoked without arguments, <command>named</command> will
770b1cbc08153828735085b08c04d3211de54cd9Tim Reddehase read the default configuration file
770b1cbc08153828735085b08c04d3211de54cd9Tim Reddehase <filename>/etc/named.conf</filename>, read any initial
770b1cbc08153828735085b08c04d3211de54cd9Tim Reddehase data, and listen for queries.
Run the server in the foreground (i.e. do not daemonize).