Question 71

A senior Linux administrator has created several scripts that will be used to install common system applications. These scripts are published to a reposito-ry to share with the systems team. A junior Linux administrator needs to re-trieve the scripts and make them available on a local workstation. Which of the following Git commands should the junior Linux administrator use to accom-plish this task?
  • Question 72

    Joe, a user, creates a short shell script, shortscript.sh, and saves it in his home directory with default permissions and paths. He then attempts to run the script by typing ./shortscript.sh, but the command fails to execute.
    Which of the following commands would have allowed the script to run?
  • Question 73

    A systems administrator wants to check for running containers. Which of the following commands can be used to show this information?
  • Question 74

    An administrator attempts to connect to a remote server by running the following command:
    $ nmap 192.168.10.36
    Starting Nmap 7.60 ( https://nmap.org ) at 2022-03-29 20:20 UTC
    Nmap scan report for www1 (192.168.10.36)
    Host is up (0.000091s latency).
    Not shown: 979 closed ports
    PORT STATE SERVICE
    21/tcp open ftp
    22/tcp filtered ssh
    631/tcp open ipp
    Nmap done: 1 IP address (1 host up) scanned in 0.06 seconds
    Which of the following can be said about the remote server?
  • Question 75

    A Linux administrator is troubleshooting SSH connection issues from one of the workstations.
    When users attempt to log in from the workstation to a server with the IP address 104.21.75.76, they receive the following message:

    The administrator reviews the information below:


    Which of the following is causing the connectivity issue?