Re: can't open a file

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux