mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-30 16:18:20 +01:00
8 lines
127 B
Markdown
8 lines
127 B
Markdown
|
# chsh
|
||
|
|
||
|
> Cambia shell di login dell'utente.
|
||
|
|
||
|
- Cambia shell:
|
||
|
|
||
|
`chsh -s {{percorso/a/eseguibile_della_shell}} {{nome_utente}}`
|