Answer
Add a user in Ubuntu terminal follow the instructions below:
- Open the terminal application.
- Log in to remote box by running the ssh [email protected]
- To add a new user in Ubuntu run sudo adduser userNameHere.
- Enter password and other needed info to create a user account on Ubuntu server.
Linux Commands for Beginners (Old Version): 12 – Creating Users
Linux Command Line Tutorial For Beginners 22 – useradd command (Creating Users)
How do I add a user in Ubuntu terminal?
Add a user in Ubuntu terminal follow the instructions below:
1. Open the terminal application.
2. Log in to remote box by running the ssh [email protected]
3. To add a new user in Ubuntu run sudo adduser userNameHere.
4. Enter password and other needed info to create a user account on Ubuntu server.