| Golden California Girls 2007-07-12, 7:19 am |
| Barry Margolin wrote:
> In article <idWdnYK_Q- lbugjbnZ2dnUVZ_uejnZ2d@championbroadband
.com>,
> Golden California Girls <gldncagrls@aol.com.mil> wrote:
>
>
> Doesn't trying to create a file "try and write" because it has to modify
> the directory immediately?
>
> The permission modes we're talking about are the directory permissions.
If the directory permission bit indicates it isn't writable the bad permission
mode error should get returned. (The CD was burned with read only permission on
the directory.) It isn't until an actual entry is attempted until the error
should return sorry can't write. The question is why is the system checking if
it can write until after it has checked the directory permission bit? Of course
standards are wrong all the time.
|