- If the parent directory of the file pointed at by the from argument has its

immutable or append-only flag set, rename(2) returns EPERM.
- If the parent directory of the file pointed at by the to argument has its
  immutable flag set, rename(2) returns EPERM.
This commit is contained in:
Pawel Jakub Dawidek 2006-12-09 19:42:58 +00:00
parent 483a0e04d8
commit b7715d3d86

View File

@ -134,6 +134,14 @@ argument has its immutable, undeletable or append-only flag set, see the
.Xr chflags 2
manual page for more information.
.It Bq Er EPERM
The parent directory of the file pointed at by the
.Fa from
argument has its immutable or append-only flag set.
.It Bq Er EPERM
The parent directory of the file pointed at by the
.Fa to
argument has its immutable flag set.
.It Bq Er EPERM
The directory containing
.Fa from
is marked sticky,