XK0-005 Exam Question 76

A Linux systems administrator is troubleshooting an I/O latency on a single CPU server. The administrator runs a top command and receives the following output:
%Cpu(s): 0.2 us, 33.1 sy, 0.0 ni, 0.0 id, 52.4 wa, 0.0 hi, 0.2 si, 0.0 st Which of the following is correct based on the output received from the executed command?
  • XK0-005 Exam Question 77

    An administrator thinks that a package was installed using a snap. Which of the following commands can the administrator use to verify this information?
  • XK0-005 Exam Question 78

    Which of the following is the best tool for dynamic tuning of kernel parameters?
  • XK0-005 Exam Question 79

    A non-privileged user is attempting to use commands that require elevated account permissions, but the commands are not successful. Which of the following most likely needs to be updated?
  • XK0-005 Exam Question 80

    A Linux administrator provisioned a new web server with custom administrative permissions for certain users. The administrator receives a report that user1 is unable to restart the Apache web service on this server. The administrator reviews the following output:
    [ root@server ] # id user1
    UID=1011 (user1) gid=1011 (USER1) groups=1011 (user1), 101 (www-data), 1120 (webadmin)
    [ root@server ] # cat /etc/sudoers.d/custom.conf
    user1 ALL=/usr/sbin/systemctl start httpd, /usr/sbin/systemctl stop httpd webadmin ALL=NOPASSWD: /etc/init.d.httpd restart, /sbin/service httpd restart, /usr/sbin/apache2ctl restart
    #%wheel ALL=(ALL) NOPASSWD: ALL
    Which of the following would most likely resolve the issue while maintaining a least privilege security model?