answersLogoWhite

0

/etc/named.conf

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the main Apache configuration file?

httpd.conf


What is the name of the main Samba configuration file?

/etc/smb/smb.conf or /etc/samba/smb.conf.


What is the name of the main configuration file for MySQL?

The main configuration file for MySQL is typically named my.cnf on Unix-based systems and my.ini on Windows. This file is used to set various server options, such as buffer sizes, connection limits, and logging settings. The location of the file may vary depending on the installation method and operating system. Common locations include /etc/my.cnf, /etc/mysql/my.cnf, or the MySQL installation directory on Windows.


What are the two main categories of policies in the Group Policy console?

User configuration, and computer configuration.


Where do the IIS7 stores it configuration setting?

IIS 7 stores its configuration settings primarily in XML files, with the main configuration file being applicationHost.config, located in the %windir%\System32\inetsrv\config directory. Additionally, individual site and application settings can be stored in web.config files, which are located in the respective directories of the web applications or sites. These configuration files define settings for application pools, sites, and various server-level configurations.


An optional file identifier that is separated from a main file name by a period is a?

File extension.


What file extension is given to visual studio 2005 files?

The main project file has a VBPROJ extension. This is also a file with the same name as the main project file, but with an SLN extension. The SLN extension is a solution file.


A file name extension is an optional file identifier that is separated from the main file name by a?

. (Dot)


What are the different types of File Management Utilities?

sequence file system index file system main file system sequence index file system


What is the purpose of a nameserver?

A name server is a computer server that hosts a network service. The main purpose of a name server is to translate a domain name into an IP address. This allows one to find a website by entering the domain name rather than a website's IP address.


Is Excel an executable file?

The main Excel program file (excel.exe) is an executable file, but the workbooks it creates are not executable files.


What is file structure in c?

You mean source-file? The simplest format is one single main function: int main (void) { puts ("Hello, World"); return 0; }