Function rustix::process::chroot

source ·
pub fn chroot<P: Arg>(path: P) -> Result<()>
Available on crate feature process only.
Expand description

chroot(path)—Change the process root directory.

References