Question 76

Which system files are updated as devices are mounted and unmount to provide information on the mounted devices and the options used? (Please specify TWO answers)
  • Question 77

    Which of the following sentences is true for the shown BIND9 configuration?
    options {
    directory "/var/named";
    allow-query { any; };
    allow-recursion {127.0.0.1; 10.0.0.0/24; };
    forwarders {192.168.0.4; };
    forward first;
    };
    zone"." {
    type hint;
    file "named.ca";
    };
  • Question 78

    A zone file on the DNS server has been updated. Which of the following commands will tell named to reload its zone files? (Please select TWO correct answers)
  • Question 79

    After the downloading patch-4.6.4.xz from http://kernel.org, what are the next steps to prepare the build of a version 4.6.4 Linux kernel? (Choose two.)
  • Question 80

    Which command is used to install a GRUB boot loader into the master boot record?