mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:22:09 +02:00
chsh: add Spanish translation (#11840)
This commit is contained in:
parent
f8a53bb79d
commit
e3cda68ccd
1 changed files with 20 additions and 0 deletions
20
pages.es/common/chsh.md
Normal file
20
pages.es/common/chsh.md
Normal 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`
|
Loading…
Add table
Reference in a new issue