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

chsh: add Spanish translation (#15765)

This commit is contained in:
Darío Hereñú 2025-02-24 01:20:03 -03:00 committed by GitHub
parent 3740f60f2f
commit cc3d9352c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

17
pages.es/linux/chsh.md Normal file
View file

@ -0,0 +1,17 @@
# chsh
> Cambia el intérprete de comandos de inicio de sesión del usuario.
> Parte de `util-linux`.
> Más información: <https://manned.org/chsh>.
- Establece un intérprete de comandos de inicio de sesión específico para el usuario actual de forma interactiva:
`chsh`
- Establece un intérprete de comandos [s]hell de inicio de sesión específico para el usuario actual:
`chsh --shell {{ruta/a/shell}}`
- Establecer un inicio de sesión del [s]hell para un usuario específico:
`sudo chsh --shell {{ruta/al/shell}} {{nombre_de_usuario}}`