]> git.ipfire.org Git - thirdparty/util-linux.git/blame - sys-utils/chroot.8
Imported from util-linux-2.7.1 tarball.
[thirdparty/util-linux.git] / sys-utils / chroot.8
CommitLineData
6dbe3af9
KZ
1.\" Rick Sladkey <jrs@world.std.com>
2.\" In the public domain.
3.\" Pathname modified by faith@cs.unc.edu
4.TH CHROOT 8 "20 November 1993" "Linux 0.99" "Linux Programmer's Manual"
5.SH NAME
6chroot \- change root directory and execute a program there
7.SH SYNOPSIS
8.BI chroot " directory program" " [ " "arg ..." " ]"
9.SH DESCRIPTION
10.B chroot
11changes the root directory for a process to a new directory
12executes a program there.
13.SH "SEE ALSO"
14.BR chroot (2)
15.SH AUTHOR
16Rick Sladkey <jrs@world.std.com>