 vote
 |
|
Creating users in Ubuntu means that you must be aware of the options for home directory, UID, User Identifier options and how to recognize password options. One of the advantages of using the [useradd] command is that it will automatically run chown and chgrp commands to make sure the permissions are set correctly for the user. If you don’t use useradd you must set these permissions manually. Another advantage of useradd is that it is a command that can be used on all Linux systems to add users.
| | |
| |
|
|