rustix::process

Function chroot

source
pub fn chroot<P: Arg>(path: P) -> Result<()>
Expand description

chroot(path)—Change the process root directory.

§References