FAQ Alert - Re: Creating users and groups

2003-06-23 Thread Larry Hall
Elfyn McBratney wrote: On Mon, 23 Jun 2003, Eric Benson wrote: I'm working on a set of daemons that should run under their own user and group id. I'd like to write a shell script that will create this user and group. I'm using useradd and groupadd on Red Hat Linux, but those don't seem to exist

Re: Creating users and groups

2003-06-23 Thread Elfyn McBratney
On Mon, 23 Jun 2003, Eric Benson wrote: > I'm working on a set of daemons that should run under their own user and > group id. I'd like to write a shell script that will create this user > and group. I'm using useradd and groupadd on Red Hat Linux, but those > don't seem to exist on Cygwin. Is the

Creating users and groups

2003-06-23 Thread Eric Benson
I'm working on a set of daemons that should run under their own user and group id. I'd like to write a shell script that will create this user and group. I'm using useradd and groupadd on Red Hat Linux, but those don't seem to exist on Cygwin. Is there a recommended way to handle this situation