1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-09 18:26:01 +02:00
tldr/pages.es/common/chsh.md

21 lines
436 B
Markdown
Raw Normal View History

2024-01-01 16:10:09 -05:00
# chsh
> Cambia el intérprete de comandos de inicio de sesión.
> Más información: <https://manned.org/chsh>.
- Cambia interactivamente el intérprete del usuario actual:
`chsh`
- Cambia el intérprete del usuario actual por otro específico:
`chsh -s {{ruta/al/intérprete}}`
- Cambia el intérprete de otro usuario:
`chsh -s {{ruta/al/intérprete}} {{nombre_de_usuario}}`
- [l]ista los intérpretes disponibles:
`chsh -l`