I come from a background of distros that use root and not sudo by default. I am new to it and I have perhaps a simple question about sudo. Where are all the permissions? I understand setting up /etc/sudoers and groups, but then there is the users-admin gui. What, where are these settings? A user is not in the group sudo only adm, yet /etc/sudoers is set to allow the sudo group, nothing about adm. Is there another config about sudo elsewhere? Because I have the behavior that I want already, root password for sudo on everything and only allowed through one user. but I'm just confused about this and want to make a note of how this works. Does it all default to gksu automatically? If so, why is it still reading config from sudoers? I have this line and it's being honored:
%sudo hostname=(ALL)NOPASSSWD:/usr/bin/mintupdate
No prompt for mintupdate, but user not in sudo group, either. What's going on?




