mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
12 lines
279 B
Markdown
12 lines
279 B
Markdown
![]() |
# 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}}`
|