This pulls Windows accounts and adds the account info to Cygwin:
$ mkpasswd -cl |grep $USERNAME >> /etc/passwd
This sets up Windows groups on Cygwin (they may already be there):
$ mkgroup --local |grep $GROUPNAME >> /etc/group
Note that you may need to edit your /etc/passwd file for a new home directory, default group membership, or other such info that would be contained in the /etc/passwd file.
0 comments:
Post a Comment