mdem ubuntu tambahkan pengguna ke sudo

# add a user and set a password
adduser USERNAME

# add user to sudoers / sudo groupe with command below
usermod -aG sudo USERNAME
Depressed Dragonfly