Sudo
From DWIKI
Links
- https://stackoverflow.com/questions/14277116/suppress-log-entry-for-single-sudo-commands
- How to edit the sudoers file
FAQ
sudo: sorry, you must have a tty to run sudo
Defaults:zabbix !requiretty
sudo: foo : user NOT in sudoers
maybe you tried including a file like /etc/sudoers.d/foo.conf ?
enable file after adding to /etc/sudoers.d/
visudo -v /etc/sudoers.d/myfile
no password
%sudo ALL=(ALL) NOPASSWD: ALL