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