user not in sudoers
When I attempted to run sudo over a command as Normal User ( Non-root),
I got this error .
user not in sudoers
Solution mentioned here,
http://stackoverflow.com/questions/18623440/user-is-not-in-the-sudoers-file-this-incident-will-be-reported-cap-deploysetu
suggested to add Normal User to the sudo group.
This command worked in Debian 5.0
When I attempted to run sudo over a command as Normal User ( Non-root),
I got this error .
user not in sudoers
Solution mentioned here,
http://stackoverflow.com/questions/18623440/user-is-not-in-the-sudoers-file-this-incident-will-be-reported-cap-deploysetu
suggested to add Normal User to the sudo group.
This command worked in Debian 5.0
usermod -a -G sudo judy
No comments:
Post a Comment