I am currently having a problem with removing sudo access from a user. The user is not in the sudo group but is able to carry out sudo commands and I am not sure how I can restrict the user from carrying out sudo commands. I have tried using the sudoer file but Can't seem to figure it out. Thanks so much for the help !
Asked
Active
Viewed 39 times
0
cat /etc/passwd | grep username
? – Pixelated Fish Jan 20 '21 at 02:07