Ciao, sto cercando di aggiungere myuser ai sudoers dopo una nuova installazione con account root,
# adduser myuser admin
che dà:
adduser: the group `admin' does not exist.
tuttavia questo funziona:
# adduser myuser root
ma non rende myuser un sudoer.
Inoltre, / etc / sudoers contiene queste righe:
# User privilege specification
root ALL=(ALL:ALL) ALL
# Members of the admin group may gain root privileges
%admin ALL=(ALL) ALL
ma piuttosto strano - il file / etc / group non contiene admin .
Devo solo modificarlo manualmente e aggiungere qualcosa di simile:
admin:x:120:myuser