sudo macht mich gerade wahnsinnig ![]()
Code
roland@esprimo:~$ sudo -l
[sudo] password for roland:
Sorry, user roland may not run sudo on esprimo.
roland@esprimo:~$
Code
root@esprimo:/home/roland# adduser roland sudo
Der Benutzer »roland« ist bereits ein Mitglied der Gruppe »sudo«.
root@esprimo:/home/roland#
Meine sudoers Datei:
Code
#
Defaults env_reset
Defaults mail_badpass
Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
# Host alias specification
Host_Alias SERVERS = esprimo
# User alias specification
# Cmnd alias specification
# User privilege specification
root ALL=(ALL:ALL) ALL
# Allow members of group sudo to execute any command
%sudo roland=(ALL:ALL) ALL
# See sudoers(5) for more information on "#include" directives:
#includedir /etc/sudoers.d
root@esprimo:/home/roland#
Alles anzeigen
Ich schnalle es gerade nicht wo der Fehler liegt
Kann mir jemand auf die Sprünge helfen? ![]()