Ich bin in der Root-Gruppe eines Suse-Rechners, aber wenn ich benutze
sudo -u <myAccount> ...
Ich bekomme ein
Root privileges are required for...
ein paar Terminalbefehle:
$ cat /etc/sudoers:
ALL ALL=(ALL) ALL
root = ALL(ALL) ALL
$grep root /etc/group:
root:x:0:<myAccount>
$ grep x:0 /etc/passwd:
root:x:0:0:root:/root:/bin/bash
$ getent passwd | cut -d : -f 1 | xargs groups
<myAccount> : users root
Ich weiß nicht, vermisse ich etwas? Ich kann das "echte" Root-Passwort nicht verwenden, da ich hier nicht privilegiert bin.