> Ubuntu has an "admin" group, and users in that group can use sudo due > to this line in sudoers: > > %admin ALL=(ALL) ALL > > I might suggest this as a feature unless anyone else wants to (or > thinks I shouldn't) ?
# grep -n wheel /etc/sudoers 81:## Allows people in group wheel to run all commands 82:# %wheel ALL=(ALL) ALL 85:# %wheel ALL=(ALL) NOPASSWD: ALL All you have to do is uncomment one line ;) ---------- Mathieu Bridon (bochecha) -- fedora-devel-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/fedora-devel-list
