mirror of git://git.suckless.org/ubase
add pivot_root.8
This commit is contained in:
parent
49f462da06
commit
1c94fbbcd6
|
@ -0,0 +1,8 @@
|
|||
.TH PIVOT_ROOT 8 ubase-VERSION
|
||||
.SH NAME
|
||||
\fBpivot_root\fR - change the root filesystem
|
||||
.SH SYNOPSIS
|
||||
\fBpivot_root\fI new_root put_old\fR
|
||||
.SH DESCRIPTION
|
||||
\fBpivot_root\fR moves the root file system of the current process to the
|
||||
directory \fIput_old\fR and makes \fInew_root\fR the new root file system.
|
Loading…
Reference in New Issue