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

367 B
Raw Blame History

chsh

更改用户的登录 shell。 查看特定平台页面以获取更多选项。 更多信息:https://manned.org/chsh

  • 交互式为当前用户设置特定的登录 shell

chsh

  • 为当前用户设置特定的登录 [s]hell

chsh -s {{path/to/shell}}

  • 为特定用户设置登录 [s]hell

chsh -s {{path/to/shell}} {{username}}