How would you allow a user to execute a specific, privileged command without giving the user the root password or permission to use sudo to run any command with root privileges?
What will be an ideal response?
You can create a setuid program that belongs to a group that only the user
who is to execute it belongs to and that has no permissions for other users.
Alternately, you can edit the sudoers file to grant the user permission to use
sudo to execute the command.
Computer Science & Information Technology
You might also like to view...
The option for selecting source type appears in the Source Manager dialog box
Indicate whether the statement is true or false
Computer Science & Information Technology
A(n) ________ is a set of values that Excel saves and can substitute automatically in your worksheet
Fill in the blank(s) with correct word
Computer Science & Information Technology