XK0-005 Exam Question 91

The security team has identified a web service that is running with elevated privileges. A Linux administrator is working to change the systemd service file to meet security compliance standards. Given the following output:
[Unit]
Description=CompTIA server daemon
Documentation=man:webserver(8) man:webserver_config(5)
After=network.target
[Service]
Type=notify
EnvironmentFile=/etc/webserver/config
ExecStart=/usr/sbin/webserver -D $OPTIONS
ExecReload=/bin/kill -HUP SMAINPID
KillMode=process
Restart=on-failure
RestartSec=42s
[Install]
WantedBy=multi-user.target
Which of the following remediation steps will prevent the web service from running as a privileged user?
  • XK0-005 Exam Question 92

    A site reliability engineer updated the latest configuration management scripts and committed them to a workstream called either test or patch. A Linux administrator wants to ensure these latest workstreams are able to be retrieved to the server.
    Which of the following is the BEST Git attribute to use?
  • XK0-005 Exam Question 93

    Which of the following is a benefit of a service mesh?
  • XK0-005 Exam Question 94

    A Linux administrator must identify a user with high disk usage. The administrator runs the # du - s /home/* command and gets the following output:

    Based on the output, User3 has the largest amount of disk space used. To clean up the file space, the administrator needs to find out more information about the specific files that are using the most disk space.
    Which of the following commands will accomplish this task?
  • XK0-005 Exam Question 95

    A systems administrator is enabling quotas on the /home directory of a Linux server. The administrator makes the appropriate edits to the /etc/fstab file and attempts to issue the commands to enable quotas on the desired directory. However, the administrator receives an error message stating the filesystem does not support quotas.
    Which of the following commands should the administrator perform to proceed?