Adding who, chroot, env and split.

Thanks "Galos, David" <galosd83@students.rowan.edu>!
This commit is contained in:
Christoph Lohmann
2013-06-14 18:55:25 +02:00
parent b0898c605d
commit 9df408f8c6
10 changed files with 410 additions and 4 deletions

26
chroot.1 Normal file
View File

@@ -0,0 +1,26 @@
.TH CHROOT 1 sbase\-VERSION
.SH NAME
chroot \- invoke a command with a different root directory
.SH SYNOPSIS
.B chroot
.IR dir
.RI [ command
.RI [ arg ...]]
.SH DESCRIPTION
.B chroot
runs
.IR command
after changing the root directory to
.IR dir
with the
.B chroot
system call, and changing the working directory to the new root.
If
.IR command
is not specified, an interactive shell is started in the new root.
.SH SEE ALSO
.IR chroot (2)
.IR chdir (2)