chmod: no S_ISVTX
This commit is contained in:
8
chmod.1
8
chmod.1
@@ -12,10 +12,10 @@ changes the file mode for the given files. The
|
||||
.I mode
|
||||
is a four digit octal number derived from its comprising bits.
|
||||
.P
|
||||
The first digit defines the setuid (4), setgid (2), and sticky (1) 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.
|
||||
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.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
.B -R, -r
|
||||
|
Reference in New Issue
Block a user