Published
- 1 min read
add sudo user ubuntu
The solution for this is noted below
add sudo user ubuntu
Solution
# add a user and set a password
adduser USERNAME
# add user to sudoers / sudo groupe with command below
usermod -aG sudo USERNAME
Try other methods by searching on the site. That is if this doesn’t work