Forrest logo
back to context overview

schroot

List of commands for schroot:

  • schroot:ai:c1d77 running GUI applications in a chroot environment
    $ schroot -c ${chroot_name} -- ${command}
    try on your machine
    explain this command
  • schroot:tldr:1a0af schroot: List available chroots.
    $ schroot --list
    try on your machine
    explain this command
  • schroot:tldr:4a2e2 schroot: Run a command in a specific chroot.
    $ schroot --chroot ${chroot} ${command}
    try on your machine
    explain this command
  • schroot:tldr:a671c schroot: Run a command in all available chroots.
    $ schroot --all ${command}
    try on your machine
    explain this command
  • schroot:tldr:bc232 schroot: Start an interactive shell within a specific chroot as a specific user.
    $ schroot --chroot ${chroot} --user ${user}
    try on your machine
    explain this command
back to context overview