named
named is a Domain Name System (DNS) server, part of the BIND 9 distribution from ISC.[1]
When invoked without arguments, named will read the default configuration file /etc/named.conf, read any initial data, and listen for queries.[1]
Documentation
- man 8 'named' [EN]
Syntax
named [PARAMETER ...]
Parameters
- -t DIRECTORY
- chroot() to DIRECTORY after processing the command line arguments, but before reading the configuration file.
- WARNING:This option should be used in conjunction with the -u option, as chrooting a process running as root doesn't enhance security on most systems; the way chroot() is defined allows a process with root privileges to escape a chroot jail.
- -u USER
- setuid() to USER after completing privileged operations, such as creating sockets that listen on privileged ports.