X-Spam-Check-By: sourceware.org From: "Dave Korn" To: Subject: RE: packages for groupadd and useradd commands Date: Thu, 20 Apr 2006 11:10:48 +0100 Message-ID: <016d01c66462$b275b930$a501a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <44475A06.1050900@ipnotic-telecom.fr> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 20 April 2006 10:53, Harmin Rueda wrote: > Hi: > > Can anybody tell me which packages do I need to install in order to > execute the following commands: > > groupadd > useradd To do this on cygwin, you need to add the user accounts and groups in windows, then regenerate your passwd and group files using mkpasswd/mkgroup. If you want to add windows user groups/accounts from the cygwin environment, you can invoke the 'doze commands "net user" and "net localgroup" from a shell/script/whatever. Run "net user /?" and "net localgroup /?" for syntax details. cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/