Given the following excerpt of the sudo configuration:
jane ANY=NOPASSWD: /bin/kill, /bin/id, PASSWD: /sbin/fdisk
Which of the following statements are true? (Choose three.)
Given the following excerpt of the sudo configuration:
jane ANY=NOPASSWD: /bin/kill, /bin/id, PASSWD: /sbin/fdisk
Which of the following statements are true? (Choose three.)
Jane's sudo configuration specifies that she can run /bin/kill and /bin/id without needing to provide a password due to the NOPASSWD directive. Additionally, she can run /sbin/fdisk after providing her own password, as indicated by the PASSWD directive. Therefore, Jane can run /bin/kill without a password, /bin/id without a password, and /sbin/fdisk with her own password.
C D E are correct