ubase

suckless linux base utils
git clone git://git.suckless.org/ubase
Log | Files | Refs | README | LICENSE

pivot_root.8 (287B)


      1 .Dd February 2, 2015
      2 .Dt PIVOT_ROOT 8
      3 .Os ubase
      4 .Sh NAME
      5 .Nm pivot_root
      6 .Nd change the root filesystem
      7 .Sh SYNOPSIS
      8 .Nm
      9 .Ar newroot putold
     10 .Sh DESCRIPTION
     11 .Nm
     12 moves the root file system of the current process to the
     13 directory
     14 .Ar put_old
     15 and makes
     16 .Ar new_root
     17 the new root file system.