This commit is contained in:
Michael Kerrisk 2006-08-03 02:38:50 +00:00
parent 4509e795de
commit 635c9a5437
1 changed files with 4 additions and 4 deletions

View File

@ -106,9 +106,9 @@ The directory containing
.I pathname
has the sticky bit
.RB ( S_ISVTX )
set and the process's effective user ID is neither the user ID of the file to
be deleted nor that of the directory containing it, and the process is not
privileged (Linux: does not have the
set and the process's effective user ID is neither the user ID
of the file to be deleted nor that of the directory containing it,
and the process is not privileged (Linux: does not have the
.B CAP_FOWNER
capability).
.TP
@ -132,5 +132,5 @@ disappearance of directories which are still being used.
.BR chmod (2),
.BR mkdir (2),
.BR rename (2),
.BR unlink (2)
.BR unlink (2),
.BR unlinkat (2)