Categories
For IT

Debian 11: how to add a user to sudoers

Its pretty easy

su root

nano /etc/sudoers

At the end of the file, add the following line:

yourusername ALL=(ALL:ALL) ALL

Leave a Reply