On any of the NT based windows versions (2000 or XP) all user management is handled by windows, so you can use the net command to add groups or users from the command line, and you can then use mkpasswd and mkgroup to update the cygwin passwd and group files. wouldnt be too hard to knock up a shell script to emulate the unix utils I guess.
----- Original Message ----- From: "lu fang" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 13, 2003 1:57 PM Subject: cygwin:groupadd & useradd > Hi, > I want to use "groupadd" and "useradd " these two commands under cygwin, > but I don't know which packages to download so that I can get these two > commands. Can anyone help me? thanks a lot! > > lu fang > > > > > > _________________________________________________________________ > ������� MSN Explorer: http://explorer.msn.com/lccn > > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Bug reporting: http://cygwin.com/bugs.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

