Add a user to the sudoers fileProblem
In my case, this happens after installing fresh Debian in my machine.
Solution
You can add the user you were using, but first, you must log in as a root user first and add this to fix it,
bash |
---|
adduser _username_ sudo |
Comments
Post a Comment