Cygwin
cygwin mkpasswd 給出 指定域名的格式無效
在嘗試完成 Cygwin 配置並執行
mkpasswd -l -d
和 mkgroup 時,它失敗並出現以下錯誤$ mkpasswd -l -u sorins -d /etc/passwd sorins:unused:1012:513:sorins,U-JIRA\sorins,S-1-5-21-1179867521-3364476509-4149538525-1012:/home/sorins:/bin/bash mkpasswd (87): [1212] The format of the specified domain name is invalid.
我什至嘗試了這個選項:
$ mkpasswd -l /etc/passwd mkpasswd (374): [123] The filename, directory name, or volume label syntax is in correct.
- JIRA 是電腦名稱,而 sorins 是本地管理員
- 這台機器是域的一部分
我想你想要
mkpasswd -l -u sorins -d > /etc/passwd
即將輸出重定向到
/etc/passwd