adduser, apt-*, apt, aptitude, at: update Chinese translation (#6400)

This commit is contained in:
千玄子
2021-08-24 03:25:59 +08:00
committed by GitHub
parent b7bc62dfbb
commit ff74227350
6 changed files with 50 additions and 13 deletions

View File

@@ -22,3 +22,7 @@
- 创建一个新用户,并指定其用户组:
`adduser --ingroup {{用户组}} {{用户名}}`
- 将一个现有用户加入指定用户组:
`adduser {{用户名}} {{用户组}}`