schroot
linux
Run a command or start an interactive shell with a different root directory. More customizable than `chroot`.
More info →Examples (8)
List available chroots
schroot --listStart an interactive shell within a specific chroot as a specific user
Begin a new session (a unique session ID is returned on `stdout`)
Connect to an existing session
schroot --run-session --chroot session_idEnd an existing session
schroot --end-session --chroot session_idmade by @shridhargupta | data from tldr-pages