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

« back to all changes in this revision

Viewing changes to man/chcon.1

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-11-28 03:03:42 UTC
  • mfrom: (8.3.4 sid)
  • Revision ID: package-import@ubuntu.com-20121128030342-21zanj8354gas5gr
Tags: 8.20-3ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Make 'uname -i -p' return the real processor/hardware, instead of
    unknown.
  - Build-depend on gettext:any instead of on gettext, so that apt-get can
    properly resolve build-dependencies on the tool when cross-building.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2
 
.TH CHCON "1" "September 2011" "GNU coreutils 8.12.197-032bb" "User Commands"
 
2
.TH CHCON "1" "October 2012" "GNU coreutils 8.20" "User Commands"
3
3
.SH NAME
4
4
chcon \- change file security context
5
5
.SH SYNOPSIS
17
17
Change the security context of each FILE to CONTEXT.
18
18
With \fB\-\-reference\fR, change the security context of each FILE to that of RFILE.
19
19
.TP
 
20
\fB\-\-dereference\fR
 
21
affect the referent of each symbolic link (this is
 
22
the default), rather than the symbolic link itself
 
23
.TP
20
24
\fB\-h\fR, \fB\-\-no\-dereference\fR
21
25
affect symbolic links instead of any referenced file
22
26
.TP
23
 
\fB\-\-reference\fR=\fIRFILE\fR
24
 
use RFILE's security context rather than specifying
25
 
a CONTEXT value
26
 
.TP
27
 
\fB\-R\fR, \fB\-\-recursive\fR
28
 
operate on files and directories recursively
29
 
.TP
30
 
\fB\-v\fR, \fB\-\-verbose\fR
31
 
output a diagnostic for every file processed
32
 
.TP
33
27
\fB\-u\fR, \fB\-\-user\fR=\fIUSER\fR
34
28
set user USER in the target security context
35
29
.TP
41
35
.TP
42
36
\fB\-l\fR, \fB\-\-range\fR=\fIRANGE\fR
43
37
set range RANGE in the target security context
 
38
.TP
 
39
\fB\-\-reference\fR=\fIRFILE\fR
 
40
use RFILE's security context rather than specifying
 
41
a CONTEXT value
 
42
.TP
 
43
\fB\-R\fR, \fB\-\-recursive\fR
 
44
operate on files and directories recursively
 
45
.TP
 
46
\fB\-v\fR, \fB\-\-verbose\fR
 
47
output a diagnostic for every file processed
44
48
.PP
45
49
The following options modify how a hierarchy is traversed when the \fB\-R\fR
46
50
option is also specified.  If more than one is specified, only the final
73
77
.br
74
78
Report chcon translation bugs to <http://translationproject.org/team/>
75
79
.SH COPYRIGHT
76
 
Copyright \(co 2011 Free Software Foundation, Inc.
 
80
Copyright \(co 2012 Free Software Foundation, Inc.
77
81
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
78
82
.br
79
83
This is free software: you are free to change and redistribute it.