Adding users to SUDO in Ubuntu
Quick How-to Guide on UBUNTU – Adding users to SUDO
Open a terminal and type:
sudo usermod -G admin username
or
sudo usermod -a -G admin username
Visit Tacticalware.com for information related to this tag and others. We look forward to assisting in your tech projects with our in-depth knowledgebase…
Open a terminal and type:
sudo usermod -G admin username
or
sudo usermod -a -G admin username