devela::_dep::rustix::process

Function pivot_root

pub fn pivot_root<P, Q>(new_root: P, put_old: Q) -> Result<(), Errno> 
where P: Arg, Q: Arg,
Available on crate feature dep_rustix only.
Expand description

pivot_root(new_root, put_old)—Change the root mount.

§References