Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,17 +1,17 @@
# adduser
> 添加用户的工具.
> 添加用户的工具
> 更多信息: <https://manpages.debian.org/latest/adduser/adduser.html>.
- 创建一个新用户,在默认路径创建 home 目录,并提示用户设置密码:
- 创建一个新用户,在默认路径创建 home 目录,并提示用户设置密码
`adduser {{用户名}}`
- 创建一个新用户,不生成 home 目录:
- 创建一个新用户,不生成 home 目录
`adduser --no-create-home {{用户名}}`
- 创建一个新用户,并在指定路径下创建 home 目录:
- 创建一个新用户,并在指定路径下创建 home 目录
`adduser --home {{home 路径}} {{用户名}}`
@@ -19,6 +19,6 @@
`adduser --shell {{shell 路径}} {{用户名}}`
- 创建一个新用户,并指定其用户组:
- 创建一个新用户,并指定其用户组
`adduser --ingroup {{用户组}} {{用户名}}`