pivot_root (8) Linux Manual Page
pivot_root – change the root filesystem Synopsis pivot_root new_root put_old Description pivot_root moves the root file system of the current process to the directory put_old and makes new_root the new root file system. Since pivot_root(8) simply calls pivot_root(2), we refer to the man page of the latter for further details. Note that, depending on the…
