Archive for February, 2008
Cygwin group/passwd setting
In case anything goes wrong with user accounts, carry on the following steps:
mkpasswd -l -c > /etc/passwd
mkgroup -l -c > /etc/group
mkpasswd -d -u <username> /etc/passwd (optional)
mkgroup -d | grep <username> /etc/group (optional)
1 comment February 17, 2008