Question 11

A systems administrator is tasked with setting up key-based SSH authentication. In which of the following locations should the administrator place the public keys for the server?
  • Question 12

    Which of the following data structures is written in JSON?
  • Question 13

    An administrator deployed a Linux server that is running a web application on port 6379/tcp.
    SELinux is in enforcing mode based on organization policies.
    The port is open on the firewall.
    Users who are trying to connect to a local instance of the web application receive Error 13, Permission denied.
    The administrator ran some commands that resulted in the following output:

    Which of the following commands should be used to resolve the issue?
  • Question 14

    Which of the following commands should a technician use to create an administrative account for the username Joe?
  • Question 15

    A systems administrator is implementing a new service task with systems at startup and needs to execute a script entitled test.sh with the following content:

    The administrator tries to run the script after making it executable with chmod +x; however, the script will not run. Which of the following should the administrator do to address this issue? (Choose two.)