Forrest logo
back to context overview

chroot

List of commands for chroot:

  • chroot:ai:e926f running GUI in chroot in tarbal
    $ chroot /path/to/chroot tar xvf tarball.tar.gz
    try on your machine
    explain this command
  • chroot:ai:fab3e How to chroot in the extracted tarbal file
    $ chroot /path/to/extracted_tarball
    try on your machine
    explain this command
  • chroot:tldr:4e9ac chroot: Specify user and group (ID or name) to use.
    $ chroot --userspec=${user:group}
    try on your machine
    explain this command
  • chroot:tldr:5684e chroot: Run command as new root directory.
    $ chroot ${path-to-new-root} ${command}
    try on your machine
    explain this command
back to context overview