You must give (non-root) uid and gid pureftp解决办法
You must give (non-root) uid and gid pureftp
# ./pure-pw useradd -u pureftp -d /www -m
# ./pure-pw useradd -u 1001 -d /www username -m
You must give (non-root) uid and gid
# ./pure-pw useradd -u image2ftp -d /www/ username -m
You must give (non-root) uid and gid
搞了几十分钟,命令总是出错,以前从来没有出现过这样的状况,把之前写的技术文档翻出来仔细看了一遍,发现原来是命令错了。
第一个命令缺少了用户名
第二个命令用户名的位置放错地方了
第三个和第二个一样。
命令格式应该是
./pure-pw useradd 虚拟用户名 -u 系统用户 -d 目录 -m
You must give (non-root) uid and gid的问题解决