ich bekomme bei sudo reboot:
Code: Alles auswählen
sudo reboot
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.
hier meine sudoers:
Code: Alles auswählen
# /etc/sudoers
#
# This file MUST be edited with the 'visudo' command as root.
#
# See the man page for details on how to write a sudoers file.
#
# Host alias specification
# User alias specification
# Cmnd alias specification
Cmnd_Alias SHUTDOWN = /sbin/shutdown,/usr/sbin/reboot
Cmnd_Alias APT = /usr/bin/apt-get,/usr/bin/apt-cache,/usr/bin/aptitude
Cmnd_Alias APACHE = /etc/init.d/apache2
Cmnd_Alias MYSQL = /opt/mysql5/bin/./mysqld_safe
Cmnd_Alias INTERNET = /usr/bin/pon dsl-provider, /usr/bin/poff
# User privilege specification
root ALL=(ALL) ALL
zyon ALL= ALL
zyon ALL= NOPASSWD:APT,SHUTDOWN,APACHE,MYSQL,INTERNET
Code: Alles auswählen
zyon dialout cdrom floppy audio video plugdev
gruß
zyon