adding users

Les Mikesell lesmikesell at gmail.com
Tue Jun 27 23:01:14 UTC 2006


On Tue, 2006-06-27 at 15:41 -0400, Mark Haney wrote:
> > 
> > useradd -u 515 -g 100 -c "The Name of the User" -d /home/directory 
> > UserAccountName
> > 
> > where -u is the user's unique id
> >             -g is the group to which he/she will belong
> > 
> > You just have to create the passwd for the user after this.
> > 
> > I do a "tail" on /etc/passwd so I can determine the next "-u" number to
> > use.
> > 
> > 
> This doesn't work either, I get the same hang as I do without the option.

Try running 'pwck' to see what is wrong with your passwd/shadow/group
files.

-- 
  Les Mikesell
   lesmikesell at gmail.com





More information about the fedora-list mailing list