resolv.conf
| This article does not cite any references or sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. (December 2009) |
resolv.conf is the name of a computer file used in various operating systems to configure the Domain Name System (DNS) resolver library. The file is a plain-text file usually created by the network administrator or by applications that manage the configuration tasks of the system. The resolvconf program is one such program on linux machines which manages the resolv.conf file.
Contents |
[edit] Purpose
In most Unix-like operating systems and others that implement the BIND Domain Name System (DNS) resolver library, the resolv.conf configuration file contains information that determines the operational parameters of the DNS resolver. The DNS resolver allows applications running in the operating system to translate human-friendly domain names into the numeric IP addresses that are required for access to resources on the local area network or the Internet. The process of determining IP addresses from domain names is called resolving.
[edit] Contents and location
The resolv.conf file typically contains directives with the IP addresses of nameservers available to a host.
resolv.conf is usually located in the /etc directory of the file system.
Sometimes it is necessary that the contents of this configuration file be managed by multiple agents or programs. For this purpose the resolvconf program is available to manage such operations in a conflict-free manner.
[edit] See also
[edit] External links
| This Internet domain name article is a stub. You can help Wikipedia by expanding it. |