Linux Mint fragt nicht nach einem Passwort

Linux Mint fragt nicht nach einem Passwort

Normalerweise wird ein Fenster mit der Aufforderung zur Eingabe des Kennworts angezeigt, wenn ich versuche, ein Programm zu starten oder einen Befehl auszuführen (nicht im Terminal). Das erfordert SU-Berechtigungen.

Das Fenster wurde jedoch nicht mehr angezeigt. Wenn ich also versuche, ein Programm zu starten, das SU-Berechtigungen erfordert (wie GParted), oder einen Befehl wie „Als Root öffnen“ in einem Ordner ausführe, passiert nichts. Ich müsste etwas wie sudo gpartedin das Terminal eingeben, um das Programm ordnungsgemäß zu starten.

Wie löse ich das?

Die Ausgabe von sudo cat /etc/sudoersist

#
# This file MUST be edited with the 'visudo' command as root.
#
# Please consider adding local content in /etc/sudoers.d/ instead of
# directly modifying this file.
#
# See the man page for details on how to write a sudoers file.
#
Defaults    env_reset
Defaults    mail_badpass
Defaults    secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"

# Host alias specification

# User alias specification

# Cmnd alias specification

# User privilege specification
root    ALL=(ALL:ALL) ALL

# Members of the admin group may gain root privileges
%admin ALL=(ALL) ALL

# Allow members of group sudo to execute any command
%sudo   ALL=(ALL:ALL) ALL

# See sudoers(5) for more information on "#include" directives:

#includedir /etc/sudoers.d

verwandte Informationen