Subject: Re: Adding Users
To: John Kelly <jkelly3@mediaone.net>
From: Oliver Frick <ofrick@dplanet.ch>
List: port-alpha
Date: 02/06/2000 10:00:38
create a directory for the new user (eg. 'mkdir /usr/home/newuser')

then

use the command 'vipw'

and add your user(s) at the end of the file. Insert a * for password:

newuser:*:504:500::0:0:Name of the user:/usr/home/newuser:/bin/csh
insert the user and group id for your requirement. My users are 500+... and
i have a group 'users' (500).


Set the users password with 'passwd newuser'

dont forget 'chown -R newuser.thegroup /usr/home/newuser'



good luck !

Oliver



----------
>Von: "John Kelly" <jkelly3@mediaone.net>
>An: <port-alpha@netbsd.org>
>Betreff: Adding Users
>Datum: Son, 6. Feb 2000 6:03 Uhr
>

> adduser doesn't work. how do i add users?
> ----- Original Message -----
> From: der Mouse <mouse@Rodents.Montreal.QC.CA>
> To: John Kelly <jkelly3@mediaone.net>
> Cc: <port-alpha@netbsd.org>
> Sent: Saturday, February 05, 2000 7:14 PM
> Subject: Re: New install
>
>