My user account on Ubuntu is olivier.
When I type the command groups olivier it returns:
olivier : olivier adm cdrom sudo dip plugdev lpadmin sambashare
So I am deducing I belong to the sudo group.
I have the following lines in my /etc/sudoers file:
#Allow members of group sudo to execute any command
%sudo ALL=(ALL:ALL) ALL
If the members of group sudo can execute any commands, why do I need to use the sudo command when I want to execute a command with privileges (for example, a rm on a folder where I am not the owner) whereas I am logged with the user olivier?