Which of the following keywords can be used in the file /etc/resolv/conf? (Choose two.)
Which of the following keywords can be used in the file /etc/resolv/conf? (Choose two.)
The /etc/resolv.conf file is used to configure DNS resolver settings on Linux systems. The keywords that can be used in this file include 'search' and 'nameserver'. The 'search' keyword is used to specify the domain search list, while the 'nameserver' keyword is used to specify the DNS server addresses.
mistake on question , i think file is /etc/resolv.conf but answer is correct
root@son:~# cat /etc/resolv.conf | tail -n3 nameserver 127.0.0.53 options edns0 search mshome.net root@son:~#
The answer is correct.
The question should /etc/resolv.conf not /etc/resolv/conf