Function rustix::process::chroot::chroot

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

chroot(path)—Change the process root directory.

§References