1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:22:08 +02:00
tldr/pages.nl/common/chroot.md
2021-04-01 18:54:26 +03:00

12 lines
347 B
Markdown

# chroot
> Voer commando of interactieve shell uit met een speciale hoofdmap.
> Meer informatie: <https://www.gnu.org/software/coreutils/chroot>.
- 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}}`