Linux Add/Remove Users
Adding a User
If you are signed in as the root user, you can create a new user at any time by running the following:
adduser newuser
Copy
If you are signed in as a non-root user who has been given sudo privileges, you can add a new user with the...
jsaldana.hashnode.dev5 min read