diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-06-26 13:08:52 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-06-26 13:08:52 +0200 |
| commit | 329ad271422c79377b20057863694c5570fbdfc3 (patch) | |
| tree | 94f87409729409c5e798781fd057b6c3227fde84 /man2/chmod.2 | |
| parent | 74714ea89555998050e8fee475bd497a0596693c (diff) | |
| download | man-pages-329ad271422c79377b20057863694c5570fbdfc3.tar.gz | |
acct.2, chmod.2, fcntl.2, mmap.2, mprotect.2, rmdir.2, times.2: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2/chmod.2')
| -rw-r--r-- | man2/chmod.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/chmod.2 b/man2/chmod.2 index 4a9908d2c1..649d72ee58 100644 --- a/man2/chmod.2 +++ b/man2/chmod.2 @@ -165,7 +165,7 @@ but this will not cause an error to be returned. As a security measure, depending on the filesystem, the set-user-ID and set-group-ID execution bits may be turned off if a file is written. -(On Linux this occurs if the writing process does not have the +(On Linux, this occurs if the writing process does not have the .B CAP_FSETID capability.) On some filesystems, only the superuser can set the sticky bit, |
