39 lines
838 B
Groff
39 lines
838 B
Groff
|
.ie \n(.g .ds Aq \(aq
|
||
|
.el .ds Aq '
|
||
|
.TH chmod 1 "chmod 0.1.0"
|
||
|
.SH NAME
|
||
|
chmod \- change file mode bits
|
||
|
.SH SYNOPSIS
|
||
|
\fBchmod\fR [\fB\-v\fR|\fB\-\-verbose\fR] [\fB\-c\fR|\fB\-\-changes\fR] [\fB\-f\fR|\fB\-\-silent\fR] [\fB\-R\fR|\fB\-\-recursive\fR] [\fB\-h\fR|\fB\-\-help\fR] [\fB\-V\fR|\fB\-\-version\fR] <\fIMODE\fR> <\fIFILE\fR>
|
||
|
.SH DESCRIPTION
|
||
|
change file mode bits
|
||
|
.SH OPTIONS
|
||
|
.TP
|
||
|
\fB\-v\fR, \fB\-\-verbose\fR
|
||
|
output a diagnostic for every file processed
|
||
|
.TP
|
||
|
\fB\-c\fR, \fB\-\-changes\fR
|
||
|
report only when a change is made
|
||
|
.TP
|
||
|
\fB\-f\fR, \fB\-\-silent\fR
|
||
|
suppress most error messages
|
||
|
.TP
|
||
|
\fB\-R\fR, \fB\-\-recursive\fR
|
||
|
operate on files and directories recursively
|
||
|
.TP
|
||
|
\fB\-h\fR, \fB\-\-help\fR
|
||
|
Print help
|
||
|
.TP
|
||
|
\fB\-V\fR, \fB\-\-version\fR
|
||
|
Print version
|
||
|
.TP
|
||
|
<\fIMODE\fR>
|
||
|
|
||
|
.TP
|
||
|
<\fIFILE\fR>
|
||
|
|
||
|
.SH VERSION
|
||
|
v0.1.0
|
||
|
.SH AUTHORS
|
||
|
Nathan Fisher
|