Which statements about the Alias and Redirect directives in Apache HTTPD's configuration file are true? (Choose two.)
A. Alias can only reference files under DocumentRoot
B. Redirect works with re...
What option for BIND is required in the global options to disable recursive queries on the DNS server by default?
A. allow-recursive-query ( none; );
B. allow-recursive-query off;
C. recursion { ...
Which rdndc sub command can be used in conjunction with the name of a zone in order to make BIND reread the content of the specific zone file without reloading other zones as well?
A. lookup
B. re...
Which option in named.conf specifies which host are permitted to ask for domain name information from the server?
A. allowed-hosts
B. accept-query
C. permit-query
D. allow-query
E. query-group
What effect does the -f option to the update-rc.d command have on files in the /etc/rcX.d/ and /etc/init.d/ directories?
A. It will force the removal of the symlinks in /etc/rcX.d/ even when the li...
Which of the following properties should be recorded in order to monitor the quality of a network link? (Choose two.)
A. Bandwidth in both directions
B. Number of nodes using the link
C. Effectiv...
Which of the following commands displays the physical path of the kernel module named dummy?
A. modprobe -i dummy
B. modinfo -n dummy
C. modpath -v dummy
D. depmod -n dummy
E. modshow -p dummy
Which command is used to install a GRUB boot loader into the master boot record?
A. grub-install
B. grub-mkconfig
C. grub-install-mbr
D. grub-glue-mbr
E. grub-mbr-setup
Which of the following commands adds a static IPv6 address to the network interface eth0?
A. ip add addr 2001:db8::1337/64 dev eth0
B. ip -6 add addr 2001:db8::1337/64 dev eth0
C. ip addr add 200...