From bd97f91c08b89af7695b78c6d27aa962a3e60299 Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Sun, 27 Apr 2025 17:42:22 +0200 Subject: [PATCH] chsh: move and update French translation (#16222) --- pages.fr/{common => linux}/chsh.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) rename pages.fr/{common => linux}/chsh.md (66%) diff --git a/pages.fr/common/chsh.md b/pages.fr/linux/chsh.md similarity index 66% rename from pages.fr/common/chsh.md rename to pages.fr/linux/chsh.md index 6a1ff523ad..f8cab20e49 100644 --- a/pages.fr/common/chsh.md +++ b/pages.fr/linux/chsh.md @@ -1,20 +1,21 @@ # chsh > Change le shell de connexion de l'utilisateur. +> Fait partie de `util-linux`. > Plus d'informations : . - Change le shell de connexion de l'utilisateur actuel de manière interactive : `chsh` +- Liste les shells disponibles : + +`chsh {{[-l|--list-shells]}}` + - Change le shell de connexion de l'utilisateur actuel : -`chsh -s {{chemin/vers/shell}}` +`chsh {{[-s|--shell]}} {{chemin/vers/shell}}` - Change le shell de connexion pour un utilisateur donné : -`chsh -s {{chemin/vers/shell}} {{nom_utilisateur}}` - -- Liste les shells disponibles : - -`chsh -l` +`sudo chsh {{[-s|--shell]}} {{chemin/vers/shell}} {{nom_utilisateur}}`