devela::_dep::rustix::process

Function chroot

pub fn chroot<P>(path: P) -> Result<(), Errno> 
where P: Arg,
Available on crate feature dep_rustix only.
Expand description

chroot(path)—Change the process root directory.

§References