From e3cda68ccd4423f39c6a7608bf6c5309ec96e6f2 Mon Sep 17 00:00:00 2001 From: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com> Date: Mon, 1 Jan 2024 16:10:09 -0500 Subject: [PATCH] chsh: add Spanish translation (#11840) --- pages.es/common/chsh.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages.es/common/chsh.md diff --git a/pages.es/common/chsh.md b/pages.es/common/chsh.md new file mode 100644 index 0000000000..33b8da57d9 --- /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`