-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Examples:
- Allow username to run various commands:
username ALL=/sbin/halt, /bin/kill
- Allow user username to run /sbin/halt without any password i.e. as root without authenticating himself:
username ALL= NOPASSWD: /sbin/halt
- Allow user username to run any command from /usr/bin directory on the system dev:
username dev = /usr/bin/*
Metadata
Metadata
Assignees
Labels
No labels