mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
8 lines
171 B
Markdown
8 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}}`
|