mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-25 18:03:07 +03:00
8 lines
103 B
Markdown
8 lines
103 B
Markdown
# chsh
|
|
|
|
> Change user's login shell.
|
|
|
|
- Change shell:
|
|
|
|
`chsh -s {{path/to/shell_binary}} {{username}}`
|