![]() |
|||||||||||||||||||||||||||
| This website is not maintained anymore. Please visit www.nerdgirl.dkinstead | |||||||||||||||||||||||||||
|
This page was last modified: July 27 2010 13:22:13 | ||||||||||||||||||||||||||
Adding usersAnyone who has to have access to your server, must have an account on the system. That is easily done with the command adduser: Bold text is commands an information provided by you. Bold text in square brackets is keys. E.g. [enter] means that you must hit the enter button on the keyboard.
adduser As you can see, the process of creating a new user, can be 90% hitting [enter]. The only information given by the user in the example above, is username, full name, group and password. Remember passwords don't show on screen as you type. Security must be carefully considered when giving other people access. The things a user can do on your system depends mainly of which group the user belongs to. If you wan't to have a look at the groups on your system, use this command:
cat /etc/group I didn't add all these groups. They are all created by the system or by programs. If you wan't to learn more about managing groups, read this fine article from O'Reilly: Using Groups to Eliminate Root which tells you all about giving users the access they need restricted by the groups. |
|||||||||||||||||||||||||||