33 lines
713 B
Groff
33 lines
713 B
Groff
.ie \n(.g .ds Aq \(aq
|
|
.el .ds Aq '
|
|
.TH chroot 1 "chroot 0.1.0"
|
|
.SH NAME
|
|
chroot \- run command or interactive shell with special root directory
|
|
.SH SYNOPSIS
|
|
\fBchroot\fR [\fB\-d\fR|\fB\-\-directory\fR] [\fB\-h\fR|\fB\-\-help\fR] [\fB\-V\fR|\fB\-\-version\fR] <\fINEWROOT\fR> [\fICOMMAND\fR] [\fIARG\fR]
|
|
.SH DESCRIPTION
|
|
run command or interactive shell with special root directory
|
|
.SH OPTIONS
|
|
.TP
|
|
\fB\-d\fR, \fB\-\-directory\fR=\fIDIRECTORY\fR
|
|
change to this directory after performing the chroot instead of \*(Aq/\*(Aq
|
|
.TP
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
Print help
|
|
.TP
|
|
\fB\-V\fR, \fB\-\-version\fR
|
|
Print version
|
|
.TP
|
|
<\fINEWROOT\fR>
|
|
|
|
.TP
|
|
[\fICOMMAND\fR]
|
|
|
|
.TP
|
|
[\fIARG\fR]
|
|
|
|
.SH VERSION
|
|
v0.1.0
|
|
.SH AUTHORS
|
|
Nathan Fisher
|