mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: Juri Dispan <juri.dispan@posteo.net> Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
395 B
395 B
chsh
Ändere die Login-Shell eines Benutzers. Weitere Informationen: https://manned.org/chsh.
- Ändere die Login-Shell des aktuellen Benutzers interaktiv:
chsh
- Ändere die Login-Shell des aktuellen Benutzers:
chsh -s {{pfad/zu/shell}}
- Ändere die Login-Shell eines Benutzers:
chsh -s {{pfad/zu/shell}} {{benutzername}}
- Liste alle verfügbaren Shells auf:
chsh -l