Question 76

A systems administrator checked out the code from the repository, created a new branch, made changes to the code, and then updated the main branch. The systems administrator wants to ensure that the Terraform state files do not appear in the main branch. Which of following should the administrator use to meet this requirement?
  • Question 77

    A systems administrator created a new directory with specific permissions. Given the following output:
    # file: comptia
    # owner: root
    # group: root
    user: : rwx
    group :: r-x
    other: :---
    default:user :: rwx
    default:group :: r-x
    default:group:wheel: rwx
    default:mask :: rwx
    default:other ::-
    Which of the following permissions are enforced on /comptia?
  • Question 78

    A new application container was built with an incorrect version number. Which of the following commands should be used to rename the image to match the correct version 2.1.2?
  • Question 79

    A Linux administrator booted up the server and was presented with a non-GUI terminal. The administrator ran the command systemctl isolate graphical.target and rebooted the system by running systemctl reboot, which fixed the issue. However, the next day the administrator was presented again with a non-GUI terminal. Which of the following is the issue?
  • Question 80

    A Linux engineer needs to block an incoming connection from the IP address 2.2.2.2 to a secure shell server and ensure the originating IP address receives a response that a firewall is blocking the connection. Which of the following commands can be used to accomplish this task?