# HG changeset patch # User Oleksandr Gavenko # Date 1272998320 -10800 # Node ID be4df657db00aa6aa6d61c51ad49d3315dccf331 # Parent 4b3846dd6a01f61e7bfde14c3a1256dddc109d84 Users and groups. diff -r 4b3846dd6a01 -r be4df657db00 cygwin.rst --- a/cygwin.rst Tue May 04 20:50:45 2010 +0300 +++ b/cygwin.rst Tue May 04 21:38:40 2010 +0300 @@ -22,3 +22,14 @@ Set HOME env var (where places config file and projects): set HOME=d:\home + +Also you need edit /etc/passwd to point to correct home path. + +* Users and groups. + +** Recreate /etc/passwd and /etc/groups. + + $ mkpasswd -d | grep $yourlogin > /etc/passwd # if you in Windows domen + $ mkpasswd -l > /etc/passwd # if you in Windows domen + + $ mkgroup -l > /etc/group