From c6d0241b9fa5fe631440f8cfb596c4945a8bcbc2 Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Sat, 1 Oct 2022 14:50:19 +0200 Subject: [PATCH] chsh: add French translation (#8600) --- pages.fr/common/chsh.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages.fr/common/chsh.md diff --git a/pages.fr/common/chsh.md b/pages.fr/common/chsh.md new file mode 100644 index 000000000..eaf9272c6 --- /dev/null +++ b/pages.fr/common/chsh.md @@ -0,0 +1,20 @@ +# chsh + +> Change le shell de connexion de l'utilisateur. +> Plus d'informations : . + +- Change le shell de connexion de l'utilisateur actuel de manière interactive : + +`chsh` + +- Change le shell de connexion de l'utilisateur actuel : + +`chsh -s {{chemin/vers/shell}}` + +- Change le shell de connexion pour un utilisateur donné : + +`chsh -s {{chemin/vers/shell}} {{nom_utilisateur}}` + +- Liste les shells disponibles : + +`chsh --list-shells`