要点是注意添加用户的组。使用 cygwin 的 groups 给出的是全局组,应该用 Windows NT 的 net 命令查看
$ groups Michael
None
$ net user Michael
用户名 Michael
本地组成员 *Administrators
全局组成员 *None
June 12th, 2007 § 0
要点是注意添加用户的组。使用 cygwin 的 groups 给出的是全局组,应该用 Windows NT 的 net 命令查看
$ groups Michael
None
$ net user Michael
用户名 Michael
本地组成员 *Administrators
全局组成员 *None