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

21
pages.zh/linux/chsh.md Normal file
View File

@@ -0,0 +1,21 @@
# chsh
> 更改用户的登录 shell。
> 属于 `util-linux`。
> 更多信息:<https://manned.org/chsh>。
- 交互式地为当前用户设置特定的登录 shell
`chsh`
- 为当前用户设置特定的登录 [s]hell
`chsh --shell {{path/to/shell}}`
- 为特定用户设置登录 [s]hell
`sudo chsh --shell {{path/to/shell}} {{username}}`
- [l]ist 可用的 shell
`chsh --list-shells`