Files
tldr/pages.zh/common/chsh.md

17 lines
367 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# chsh
> 更改用户的登录 shell。
> 查看特定平台页面以获取更多选项。
> 更多信息:<https://manned.org/chsh>。
- 交互式为当前用户设置特定的登录 shell
`chsh`
- 为当前用户设置特定的登录 [s]hell
`chsh -s {{path/to/shell}}`
- 为特定用户设置登录 [s]hell
`chsh -s {{path/to/shell}} {{username}}`