2003-12-15, 04:25 PM
Quote:[digerati@rh9 root]# useradd scrote<blockquote data-ipsquote="" class="ipsQuote" data-ipsquote-contentapp="forums" data-ipsquote-contenttype="forums" data-ipsquote-contentid="104" data-ipsquote-contentclass="forums_Topic"><div></div></blockquote>
FYI:
[digerati@rh9 root]# useradd -g groupname user
The -g specifies a group that you'd like to add the user to. Very helpful to have this before you create the user.
For instance:
[v702623@itmail]# useradd -g popusers newuser
creates the user "newuser" and adds him to the group popusers which have access to my server to use the pop3 email.