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.

...

Code Block
languagebash
usermod -aG sudo <username>

References

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

...