-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

arch-chroot


> Enhanced `chroot` command to help in the Arch Linux installation process.

More information.


Start an interactive shell (`bash`, by default) in a new root directory:

arch-chroot {path/to/new/root}

Specify the user (other than the current user) to run the shell as:

arch-chroot -u {user} {path/to/new/root}

Run a custom command (instead of the default `bash`) in the new root directory:

arch-chroot {path/to/new/root} {command} {command_arguments}

Specify the shell, other than the default `bash` (in this case, the `zsh` package should have been installed in the target system):

arch-chroot {path/to/new/root} {zsh}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 13:31:26 2024