mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
chroot: add French translation (#8598)
This commit is contained in:
parent
3581b84499
commit
ca30355efd
1 changed files with 12 additions and 0 deletions
12
pages.fr/common/chroot.md
Normal file
12
pages.fr/common/chroot.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue