chroot: add French translation (#8598)

pull/1/head
Alexandre ZANNI 2022-10-01 14:56:23 +02:00 committed by GitHub
parent 3581b84499
commit ca30355efd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
pages.fr/common/chroot.md Normal file
View File

@ -0,0 +1,12 @@
# chroot
> Exécute une commande ou un shell interactif avec un répertoire racine spécial.
> Plus d'informations : <https://www.gnu.org/software/coreutils/chroot>.
- 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}}`