Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <384666B6.CDE54732@metrohm.ch> Date: Thu, 02 Dec 1999 13:31:50 +0100 From: Andreas Helfenberger Organization: Metrohm-AG CH 9100 Herisau Switzerland X-Mailer: Mozilla 4.6 [de]C-CCK-MCD QXW0321l (WinNT; I) via MAX/NLM 3.29n/Y1NFA73C2N X-Accept-Language: de,en MIME-Version: 1.0 To: cygwin AT sourceware DOT cygnus DOT com Subject: mkpasswd, mkgroup Content-Type: multipart/alternative; boundary="------------2D2C0508DFB591D93F160F5C" X-Envelope-To: cygwin AT sourceware DOT cygnus DOT com --------------2D2C0508DFB591D93F160F5C Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit In your: -------- Cygwin Documentation Cygwin User's Guide The installation of password and group will not work: ----------------------------------------------------- Under Windows NT, if you want to create /etc/passwd and /etc/group (i.e. so ls -l replaces the UID with a name) just do this: /$ cd /etc /etc$ mkpasswd > /etc/passwd /etc$ mkgroup > /etc/group -------------------------------------------------- I think you should insert the -l Option like /etc$ mkpasswd -l > /etc/passwd /etc$ mkgroup -l > /etc/group I do not know wheter or not this bug is already reported. -- METROHM AG Andreas Helfenberger Oberdorfstr.68 CH-9100 Herisau ------- Tel. 071 353 85 96 Email: www: --------------2D2C0508DFB591D93F160F5C Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit In your:
--------

Cygwin Documentation

                               Cygwin User's Guide

The installation of  password and group will not work:
-----------------------------------------------------
Under Windows NT, if you want to create /etc/passwd and /etc/group (i.e. so ls -l replaces the UID with a name) just do this:

 /$ cd /etc
 /etc$ mkpasswd > /etc/passwd
 /etc$ mkgroup > /etc/group
--------------------------------------------------

I think you should insert the -l Option like

/etc$ mkpasswd -l > /etc/passwd
 /etc$ mkgroup -l > /etc/group

I do not know wheter or not this bug is already reported.
 
 

--
METROHM AG
Andreas Helfenberger
Oberdorfstr.68
CH-9100 Herisau
        -------

Tel. 071 353 85 96
Email: <mailto:he AT metrohm DOT ch>        www: <http://www.metrohm.ch>
  --------------2D2C0508DFB591D93F160F5C--