Username is not in the sudoers file. This incident will be reported

Yulius
Jul 24
Add a user to the sudoers file

Problem

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
Posted in:

Comments