Knowee
Questions
Features
Study Tools

You need to restrict a user named "anna" to only run a specific command with elevated privileges, and you want to log all her activities. Which entry should you add to the sudoers file?1.0 Marksanna ALL=(root) /path/to/command, /usr/bin/loggeranna ALL=(ALL) NOPASSWD: /path/to/commandanna ALL=(ALL) /path/to/commandanna /path/to/command, /usr/bin/logger (ALL)anna /path/to/command (ALL) LOG

Question

You need to restrict a user named "anna" to only run a specific command with elevated privileges, and you want to log all her activities. Which entry should you add to the sudoers file?1.0 Marksanna ALL=(root) /path/to/command, /usr/bin/loggeranna ALL=(ALL) NOPASSWD: /path/to/commandanna ALL=(ALL) /path/to/commandanna /path/to/command, /usr/bin/logger (ALL)anna /path/to/command (ALL) LOG

🧐 Not the exact question you are looking for?Go ask a question

Solution

The correct entry to add to the sudoers file would be:

anna ALL=(root) /path/to/command, /usr/bin/logger

This entry allows the user "anna" to run the specific command at "/path/to/command" as root. The "/usr/bin/logger" command is used to log all her activities.

Similar Questions

You need to grant a user named "john" permission to run a specific command as root without a password prompt. Which entry should you add to the sudoers file?1.0 Marksjohn ALL=(ALL) NOPASSWD: /path/to/commandjohn ALL=(root) NOPASSWD: /path/to/command john ALL=/path/to/command NOPASSWD:john (ALL) NOPASSWD: /path/to/commandjohn ALL=(ALL) /path/to/command NOPASSWDClear Answer

You want to grant a user named "jane" the ability to run any command as root but with a password prompt. Which entry should you add to the sudoers file?1.0 Marksjane ALL=(ALL) ALLjane ALL=(root) PASSWORD: ALLjane ALL=(ALL) PASSWORD: ALLjane (ALL) PASSWORD: ALLjane ALL=(root) ALL

You want to grant a group called "developers" the ability to run any command as root without a password prompt. What entry should be added to the sudoers file?1.0 Marksdevelopers ALL=(ALL) NOPASSWD: ALLALL developers=(ALL) NOPASSWD: ALLdevelopers ALL=(ALL) NOPASSWD: *ALL=(ALL) NOPASSWD: developers ALL%developers ALL=(ALL) NOPASSWD: ALL

You have a script located at "/usr/local/bin/myscript.sh" that should be run by anyone in the "staff" group as root without a password prompt. What entry should you add to the sudoers file?1.0 Marksstaff ALL=(ALL) NOPASSWD: /usr/local/bin/myscript.shALL=(ALL) NOPASSWD: /usr/local/bin/myscript.sh staffstaff /usr/local/bin/myscript.sh (ALL) NOPASSWD:staff ALL=(ALL) /usr/local/bin/myscript.sh NOPASSWD:ALL staff=(ALL) NOPASSWD: /usr/local/bin/myscript.sh

You have a script located at "/usr/local/bin/myscript.sh" that should be run by anyone in the "staff" group as root without a password prompt. What entry should you add to the sudoers file?1.0 MarksALL staff=(ALL) NOPASSWD: /usr/local/bin/myscript.shALL=(ALL) NOPASSWD: /usr/local/bin/myscript.sh staffstaff /usr/local/bin/myscript.sh (ALL) NOPASSWD:staff ALL=(ALL) /usr/local/bin/myscript.sh NOPASSWD:staff ALL=(ALL) NOPASSWD: /usr/local/bin/myscript.sh

1/1

Upgrade your grade with Knowee

Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.