| 
			   
                   Enter a login name for the new user  
                    (for example, John): omnidex 
                    Enter a UID for (omnidex) [30]: [Return] 
                    Enter a full name for (omnidex): Omnidex  
                    Enter a login group for (omnidex) [users]: [Return] 
                  Enter another group that (omnidex) should be a 
                    member of. (<Return> only if none): [Return] 
                   Enter a parent directory for (omnidex) [/usr/users]: 
                    /usr  
                    The shells are: 
                  /usr/bin/sh /usr/bin/ksh /bin/csh 
                    /bin/ksh /usr/bin/csh /bin/sh 
                  Enter a login shell for (omnidex)  
                    [/bin/sh]: /bin/ksh 
                    
                   After you enter information for the user omnidex, adduser 
                    tells you that it is adding the new user. 
                   Adding new user... 
                    Rebuilding the password database... 
                    31 password entries, maximum length 87 
                    Creating home directory... 
                   3. Then, adduser prompts you for omnidex’s password. 
                  You must enter a new password for (omnidex). 
                    Changing password for omnidex. 
                  New password: Omnidex 
                    Retype new password: Omnidex 
                    Finished adding user account for (omnidex). 
                  When adduser tells you that it has finished adding the user 
                    account for omnidex, proceed to Step 
                    2. 
                   
                   
                   
                    
                    
                  top 
                  
			   |