EN - sudo you are doing it wrong
- Don't use sudo to edit files – use file permissions and groups
id- членство в группахsudo -l- show your permissionssudoreplaysudo -K- invalidate cache
User Host=(RunAs) Command
- Rules processed in order
- Last matching rule wins
- Sudoers must end in a blank line
Pete ALL=/bin/cat /var/log/messages*
WARN: sudo cat /var/log/messages /etc/shadow
Use Aliases instead of * in command Cmnd_Alias BACKUP = /sbin/dump, /sbin/restore, /usr/bin/mt mwlucas ALL=BACKUP