Added myself a new user (should have read the useradd man page first, should be able to set a lot of this all in one command)
- useradd …
- sudo vi /etc/passwd to set group and default shell
- sudo vi /etc/group and add new user to the same groups as existing user
Need to include group admin for sudo - create the home directory /home/…
chown username folder
chgrp groupname folder


0 Responses to “Ubuntu 704 Server - Adding a new user”