Ubuntu user priviledges
Can someone explain to me the difference between:
# 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
If you are part of the admin group you can still use the sudo command (if so why have the sudo group)?
Isn't the sudo group redundant?
Thanks
1 Reply
Anyway, it is safe to delete the group that you don't use.