add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

20
pages.zh/common/passwd.md Normal file
View File

@@ -0,0 +1,20 @@
# passwd
> 更改用户的密码。
> 更多信息:<https://manned.org/passwd>。
- 交互式更改当前用户的密码:
`passwd`
- 更改特定用户的密码:
`passwd {{用户名}}`
- 获取用户的当前状态:
`passwd {{-S|--status}}`
- 将账户的密码设置为空(这将使指定账户无密码):
`passwd {{-d|--delete}}`