What word is missing from the following excerpt of a named.conf file?
What word is missing from the following excerpt of a named.conf file?
<code>
____ friends {
10.10.0.0/24; 192.168.1.0/24;
};
options {
allow-query { friends; };
};
</code>
What command will display all of the background tasks running in the current shell?
What command will display all of the background tasks running in the current shell?
which hosts are permitted to ask for domain name information from the server?
Which option in named.conf specifies which hosts are permitted to ask for domain name
information from the server?
Which of the following commands will resume executing the stopped process and make it the current job?
Given the following output: prompt> myapp [1]+ Stopped myapp prompt> Which of the following
commands will resume executing the stopped process and make it the current job?
Which of the following are alternate DNS software packages to BIND?
Which of the following are alternate DNS software packages to BIND? (Choose TWO correct answers.)
Which of the following commands will print the first few lines of a text file to the shell?
Which of the following commands will print the first few lines of a text file to the shell?
What option for BIND is required in the global options to disable recursive queries on the DNS server by defau
What option for BIND is required in the global options to disable recursive queries on the DNS
server by default?
When should grep -F or the fgrep command be used to search the content of text files?
When should grep -F or the fgrep command be used to search the content of text files?
what does the @ character indicate?
In a BIND zone file, what does the @ character indicate?
Which command displays the contents of the Kernel Ring Buffer on the command line?
CORRECT TEXT
Which command displays the contents of the Kernel Ring Buffer on the command line? (Provide
only the command name without any options or path information)