Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 431 Bytes

how_to_add_user.md

File metadata and controls

20 lines (13 loc) · 431 Bytes

How to add user

As root:

$ adduser newuser

As non-root user with sudo privileges:

sudo adduser newuser

Remember to add the user to the sudo group if you want the user to have sudo privileges.

Resources and References