mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-25 05:55:13 +00:00
432 B
432 B
Name
chroot - run a shell with a different filesystem root
Synopsis
# chroot
Description
This program uses the chroot
(2) syscall to switch into a
different filesystem root and spawn a shell inside it.
It will not work unless there is a /bin/Shell
available inside the new root.
Examples
# chroot /var/chroot
# pwd
/