1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.de/common/chsh.md
Sebastiaan Speck dcb53c85a0
pages*: update outdated pages (#11821)
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>
2023-12-28 16:48:20 +01:00

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