diff --git a/pages.es/common/chsh.md b/pages.es/common/chsh.md new file mode 100644 index 000000000..33b8da57d --- /dev/null +++ b/pages.es/common/chsh.md @@ -0,0 +1,20 @@ +# chsh + +> Cambia el intérprete de comandos de inicio de sesión. +> Más información: . + +- 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`