schroot
Run command or start an interactive shell with a different root directory. More customizable than `chroot`.
- Run a command in a specific chroot:
schroot --chroot {chroot} {command}
- Run a command with options in a specific chroot:
schroot --chroot {chroot} {command} -- {command_options}
- Run a command in all available chroots:
schroot --all {command}
- Start an interactive shell within a specific chroot as a specific user:
schroot --chroot {chroot} --user {user}
schroot --list
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).