~ubuntu-branches/ubuntu/utopic/coreutils/utopic-proposed

« back to all changes in this revision

Viewing changes to man/chroot.1

  • Committer: Colin Watson
  • Date: 2013-10-30 15:48:33 UTC
  • mfrom: (8.3.5 sid)
  • Revision ID: cjwatson@canonical.com-20131030154833-xdt6e1yfffqom1c4
merge from Debian 8.21-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2
 
.TH CHROOT "1" "October 2012" "GNU coreutils 8.20" "User Commands"
3
 
.SH NAME
4
 
chroot \- run command or interactive shell with special root directory
5
 
.SH SYNOPSIS
6
 
.B chroot
7
 
[\fIOPTION\fR] \fINEWROOT \fR[\fICOMMAND \fR[\fIARG\fR]...]
8
 
.br
9
 
.B chroot
10
 
\fIOPTION\fR
11
 
.SH DESCRIPTION
12
 
.\" Add any additional description here
13
 
.PP
14
 
Run COMMAND with root directory set to NEWROOT.
15
 
.TP
16
 
\fB\-\-userspec\fR=\fIUSER\fR:GROUP
17
 
specify user and group (ID or name) to use
18
 
.TP
19
 
\fB\-\-groups\fR=\fIG_LIST\fR
20
 
specify supplementary groups as g1,g2,..,gN
21
 
.TP
22
 
\fB\-\-help\fR
23
 
display this help and exit
24
 
.TP
25
 
\fB\-\-version\fR
26
 
output version information and exit
27
 
.PP
28
 
If no command is given, run '${SHELL} \fB\-i\fR' (default: '/bin/sh \fB\-i\fR').
29
 
.SH AUTHOR
30
 
Written by Roland McGrath.
31
 
.SH "REPORTING BUGS"
32
 
Report chroot bugs to bug\-coreutils@gnu.org
33
 
.br
34
 
GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
35
 
.br
36
 
General help using GNU software: <http://www.gnu.org/gethelp/>
37
 
.br
38
 
Report chroot translation bugs to <http://translationproject.org/team/>
39
 
.SH COPYRIGHT
40
 
Copyright \(co 2012 Free Software Foundation, Inc.
41
 
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
42
 
.br
43
 
This is free software: you are free to change and redistribute it.
44
 
There is NO WARRANTY, to the extent permitted by law.
45
 
.SH "SEE ALSO"
46
 
chroot(2)
47
 
.PP
48
 
The full documentation for
49
 
.B chroot
50
 
is maintained as a Texinfo manual.  If the
51
 
.B info
52
 
and
53
 
.B chroot
54
 
programs are properly installed at your site, the command
55
 
.IP
56
 
.B info coreutils \(aqchroot invocation\(aq
57
 
.PP
58
 
should give you access to the complete manual.