Write permission if of course only needed for the parent directory of

the object beeing created.

Pointed out by:	bde
This commit is contained in:
Pawel Jakub Dawidek 2006-12-13 11:26:03 +00:00
parent e67ec1d4a1
commit e4c1f0293f
2 changed files with 4 additions and 8 deletions

View File

@ -79,9 +79,8 @@ or an entire path name exceeded 1023 characters.
.It Bq Er ENOENT
A component of the path prefix does not exist.
.It Bq Er EACCES
Search permission is denied for a component of the path prefix.
.It Bq Er EACCES
Write permission is denied for a component of the path prefix.
A component of the path prefix denies search permission, or write permission
is denied on the parent directory of the fifo to be created.
.It Bq Er ELOOP
Too many symbolic links were encountered in translating the pathname.
.It Bq Er EROFS

View File

@ -78,11 +78,8 @@ path prefix does not exist.
.It Bq Er EACCES
A component of the
.Fa name2
path prefix denies search permission.
.It Bq Er EACCES
A component of the
.Fa name2
path prefix denies write permission.
path prefix denies search permission, or write permission is denied on the
parent directory of the file to be created.
.It Bq Er ELOOP
Too many symbolic links were encountered in translating the
.Fa name2