Is this normal behaviour when I put a user student in sudoers file using visudo command like this :
visudo
student ALL = NOPASSWD: ALL
And he is not in sudo group but can still perform sudo operations ?
So if a user is decribed in sudoers file he doesn't need to be in sudo group ?