Answers for "create user with sudo access ubuntu and password"

27

add user to sudoers

usermod -aG sudo username
Posted by: Guest on March-29-2020
0

mdem ubuntu add user to sudo

# add a user and set a password
adduser USERNAME

# add user to sudoers / sudo groupe with command below
usermod -aG sudo USERNAME
Posted by: Guest on July-05-2021

Code answers related to "create user with sudo access ubuntu and password"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language