Sunday, January 26, 2020

How to add user with sudo privilage in ubuntu using gpasswd

We can grant a user with sudo privileges by adding them to the group like this: 
 
sudo gpasswd -a username sudo

No comments: