
This was quite a head-scratcher. I wanted to remove a user sammy
from the sudo
group and did that by running this as root
root> deluser sammy sudo
However, when I logged in as sammy
I was still able to run –
sammy> sudo su
Checking which groups the user belonged to was of no help either.
sammy> groups sammyContinue reading