Moves the current root directory and sets a new one.
fn pivot_root(new: &CStr, old: &CStr) -> i32
The path of the new root directory.
Where the old root directory will me moved to.
pivot_root(2)