[Fixed] add user to sudoers file
In this article, we will fix a common error that new Linux users encounter username is not in sudoers file. The problem is related to user permissions and can be simply resolved with a single command to add user to sudoers file. If you have recently created a new user on your Linux distribution, you may see the error “username is not in soders file” when using sudo. The error occurs because the logged-in user lacks the ability to execute commands as sudo. * Add user to sudoers