Question 106

An administrator has a CSV file named hosts.csv. The contents of hosts.csv include the following:
192.168.2.57,lnx1prd.example.com,Linux,Production
192.168.2.58,lnx2prd.example.com,Linux,Production
192.168.1.4,server15.example.com,Windows,Development
The administrator needs to create a second comma-separated list of only the Linux server IP addresses.
Which of the following commands would achieve this need?
  • Question 107

    A junior Linux administrator is performing version control on a Git repository. The administrator is given a list of tasks to complete:
    List the currently installed Git release.
    Show the status reporting of the clone.
    Which of the following commands would allow the administrator to complete these tasks? (Choose two.)
  • Question 108

    A Linux administrator configured several network interfaces to be used for backup. The administrator entered the following commands:

    After the last command, a new interlace appeared as connected and worked until the Linux system was rebooted. After the reboot, the Interface did not connect properly. Which of the following configuration changes are needed to ensure that the Interface connects automatically?
  • Question 109

    A Linux user needs to create a file named newfile in the home directory that mirrors the contents of the / etc/resolv.conf file.
    Which of the following commands would accomplish this task?
  • Question 110

    A Linux administrator needs to ensure a service no longer starts when a system running SysVinit is booted. Which of the following commands should the administrator use?