chsh: add Spanish translation (#11840)

pull/23/head
Alejandro Cervera 2024-01-01 16:10:09 -05:00 committed by GitHub
parent f8a53bb79d
commit e3cda68ccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

20
pages.es/common/chsh.md Normal file
View File

@ -0,0 +1,20 @@
# 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`