9 lines
171 B
Markdown
9 lines
171 B
Markdown
# chsh
|
|
|
|
> Change the user's login shell.
|
|
> More information: <https://manned.org/chsh>.
|
|
|
|
- Change the user's login shell:
|
|
|
|
`chsh -s {{path/to/shell_binary}} {{username}}`
|