The Linux create user operation can be carried out with the command useradd, however, on some Unix-like systems, you'll find that adduser works. The adduser command is a symbolic link to useradd. I can use either on my Fedora 8 system; you may find that either works on your distro as well. User names can be alphanumeric as long as they don't begin with characters reserved for shell use. The norm, however, is to use the first name and last initial which tends to make things easier for administrators. Remember that the system knows users by their user id, not by their user names or real names. Each account you add will also need a good password. Administrators can have the initial password be something simple that the person then changes to one he can remember. Generally, strong passwords are alphanumeric and case sensitive.