chgrp, chmod, chown, chroot: add Dutch translations (#4914)

This commit is contained in:
Charlie
2020-11-01 15:27:37 +01:00
committed by GitHub
parent 89778d8549
commit 189a07dbac
4 changed files with 84 additions and 0 deletions

11
pages.nl/common/chroot.md Normal file
View File

@@ -0,0 +1,11 @@
# chroot
> Voer commando of interactieve shell uit met een speciale hoofdmap.
- Voer commando uit met gegeven hoofdmap:
`chroot {{pad/naar/nieuwe/hoofdmap}} {{commando}}`
- Specificeer gebruiker en groep (ID of naam) om te gebruiken:
`chroot --userspec={{gebruiker:groep}}`