add new chinese translations
This commit is contained in:
20
pages.zh/common/passwd.md
Normal file
20
pages.zh/common/passwd.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# passwd
|
||||
|
||||
> 更改用户的密码。
|
||||
> 更多信息:<https://manned.org/passwd>。
|
||||
|
||||
- 交互式更改当前用户的密码:
|
||||
|
||||
`passwd`
|
||||
|
||||
- 更改特定用户的密码:
|
||||
|
||||
`passwd {{用户名}}`
|
||||
|
||||
- 获取用户的当前状态:
|
||||
|
||||
`passwd {{-S|--status}}`
|
||||
|
||||
- 将账户的密码设置为空(这将使指定账户无密码):
|
||||
|
||||
`passwd {{-d|--delete}}`
|
Reference in New Issue
Block a user