From ca30355efde0f72a7339d221914bd3825d2ca6cc Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Sat, 1 Oct 2022 14:56:23 +0200 Subject: [PATCH] chroot: add French translation (#8598) --- pages.fr/common/chroot.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages.fr/common/chroot.md diff --git a/pages.fr/common/chroot.md b/pages.fr/common/chroot.md new file mode 100644 index 0000000000..7fe3de11c6 --- /dev/null +++ b/pages.fr/common/chroot.md @@ -0,0 +1,12 @@ +# chroot + +> Exécute une commande ou un shell interactif avec un répertoire racine spécial. +> Plus d'informations : . + +- Exécute la commande en tant que nouveau répertoire racine : + +`chroot {{chemin/vers/nouveau/répertoire/racine}} {{command}}` + +- Spécifie l'utilisateur et le groupe (ID ou nom) à utiliser : + +`chroot --userspec={{utilisateur:groupe}}`