sbase/chmod.1

25 lines
643 B
Groff
Raw Normal View History

2011-05-27 22:48:07 +00:00
.TH CHMOD 1 sbase\-VERSION
.SH NAME
chmod \- change file mode
.SH SYNOPSIS
.B chmod
2011-06-02 19:38:48 +00:00
.RB [ \-Rr ]
2011-05-27 22:48:07 +00:00
.RI mode
.RI [ file ...]
.SH DESCRIPTION
.B chmod
changes the file mode for the given files. The
.I mode
is a four digit octal number derived from its comprising bits.
.P
2011-05-29 19:38:03 +00:00
The first digit defines the setuid (4) and setgid (2) attributes. The second
digit defines the owner's permissions: read (4), write (2), and execute (1); the
third defines permissions for others in the file's group; and the fourth for all
other users. Leading zeroes may be omitted.
2011-05-27 22:48:07 +00:00
.SH OPTIONS
.TP
2011-06-02 19:38:48 +00:00
.B \-R, \-r
2011-05-27 22:48:07 +00:00
change directory mode recursively.
.SH SEE ALSO
.IR chmod (2)