add new chinese translations
This commit is contained in:
17
pages.zh/common/chsh.md
Normal file
17
pages.zh/common/chsh.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# chsh
|
||||
|
||||
> 更改用户的登录 shell。
|
||||
> 查看特定平台页面以获取更多选项。
|
||||
> 更多信息:<https://manned.org/chsh>。
|
||||
|
||||
- 交互式为当前用户设置特定的登录 shell:
|
||||
|
||||
`chsh`
|
||||
|
||||
- 为当前用户设置特定的登录 [s]hell:
|
||||
|
||||
`chsh -s {{path/to/shell}}`
|
||||
|
||||
- 为特定用户设置登录 [s]hell:
|
||||
|
||||
`chsh -s {{path/to/shell}} {{username}}`
|
Reference in New Issue
Block a user