mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-28 19:44:56 +02:00
7 lines
127 B
Markdown
7 lines
127 B
Markdown
# chsh
|
|
|
|
> Cambia shell di login dell'utente.
|
|
|
|
- Cambia shell:
|
|
|
|
`chsh -s {{percorso/a/eseguibile_della_shell}} {{nome_utente}}`
|