On Monday 23 July 2007 12:23, Ken Tozier wrote:

> The permissions for the "test" folder is set to me in a WebServer
> subfolder on Mac OS X. 

What exactly does "permission ... set to me" mean?

> Do I need to set permissons to something else 
> to get this to work? If so, what permissions should I use?

If you wanted to be able to create a file in the directory:

/a/b/c/d

then you would need 'execute' permission on each of the directory:

/a
/a/b
/a/b/c
/a/b/c/d

in addition you need 'write' permission for the directory that the file is 
created in, ie:

/a/b/c/d

-- 
Crayon

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to