From 1c94fbbcd6c8d662c82ac0434b85fc5c3c634cfd Mon Sep 17 00:00:00 2001 From: s-p-k Date: Sat, 12 Apr 2014 20:20:56 +0300 Subject: [PATCH] add pivot_root.8 --- pivot_root.8 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pivot_root.8 diff --git a/pivot_root.8 b/pivot_root.8 new file mode 100644 index 0000000..81dac4a --- /dev/null +++ b/pivot_root.8 @@ -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.