1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.it/common/chsh.md

9 lines
179 B
Markdown
Raw Normal View History

2019-02-08 23:15:51 +01:00
# chsh
> Cambia shell di login dell'utente.
> Maggiori informazioni: <https://manned.org/chsh>.
2019-02-08 23:15:51 +01:00
- Cambia shell:
`chsh -s {{percorso/a/eseguibile_della_shell}} {{nome_utente}}`