mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-21 04:36:49 +08: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}}`
|