mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 17:22:10 +02:00
347 B
347 B
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}}