Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Quick and simple guide to creating a sudo user with Linux (ubuntu 16.04 in this instance).

References
  • see the excellent guide on DigitalOcean here.

Create the user

Note you'll need to login as a user with sudo privileges for the following.

...

Follow on-screen directions for creating a password etc.

Add user to sudo group

Add the user you just created to the sudo group (which allows them to use the sudo command) by:

Code Block
languagebash
usermod -aG sudo <username>

Content by Label
showLabelsfalse
max5
spacesTKB
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "ubuntu" and type = "page" and space = "TKB"
labelsubuntu

...