XK0-005 Exam Question 181

A systems administrator requires that all files that are created by the user named web have read-only permissions by the owner. Which of the following commands will satisfy this requirement?
  • XK0-005 Exam Question 182

    A Linux administrator created the directory /project/access2all. By creating this directory, the administrator is trying to avoid the deletion or modification of files from non-owners. Which of the following will accomplish this goal?
  • XK0-005 Exam Question 183

    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?
  • XK0-005 Exam Question 184

    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?
  • XK0-005 Exam Question 185

    At what point is the Internal Certificate Authority (ICA) created?