Add User to Sudo
NOTE
Maybe you’ve come to this note because sudo is not found. By default sudo is not installed on Debian, but you can install it with:
su - apt install sudo
Add to Sudo Group
su -
usermod -aG sudo USERNAMEEdit the Sudoers File
- Run
visudo - And then add:
USERNAME ALL=(ALL) NOPASSWD:ALL
Relevant Note(s): Linux Basics