比如这个教程 https://www.twle.cn/l/yufei/linux/linux-basic-user-manage.html
范例1: 添加一个 git 用户 [root@localhost ~]# useradd –d /home/git -m git
useradd –d 的-
范例2: 添加一个 devops 用户 [root@localhost ~]# useradd -s /bin/sh -g devops –G www,root
–G www,root 的- 字符是错误的,类似的东西还有好多啊