I have added myself to the sudo group. Yet when I try to perform A Sudo command, the error that says user not in sudoers group still pops up. Please help!
Asked
Active
Viewed 29 times
id
show? – psusi May 25 '14 at 16:16id
shows that the user is insudo
, the addition doesn't actually become effective until a new login shell is invoked (either by actually logging out/in, or spawning a login subshell e.g.su - $USER
) – steeldriver May 25 '14 at 17:27