How to Make a New User on *nix
- 1
- Add a Comment
This Tutorial is a easy tutorial for any one to follow and only takes a few seconds.
To make the new user you will need to be root or have access to the ’sudo’ command.
To make the new user type:
sudo useradd usename
Be sure to replace ‘username’ with the user name what you would like to add.
Now [...]

