This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

mkpasswd, mkgroup


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@metrohm.ch>        www: <http://www.metrohm.ch>
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]