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:
Add to sudo group
Edit the sudoers file
- Run
visudo
- And then add:
USERNAME ALL=(ALL) NOPASSWD:ALL
Relevant Note(s): Linux Basics