Changes the root directory of the process.
fn set_root<P>(path: P) -> Result<(), Errno> where P: ToCString,
The new root directory.
chroot(2)