mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
8 lines
179 B
Markdown
8 lines
179 B
Markdown
# chsh
|
|
|
|
> Cambia shell di login dell'utente.
|
|
> Maggiori informazioni: <https://manned.org/chsh>.
|
|
|
|
- Cambia shell:
|
|
|
|
`chsh -s {{percorso/a/eseguibile_della_shell}} {{nome_utente}}`
|