[PHP] mkdir(blah,0777)

2003-01-07 Thread rw

I have an interesting situation!

I get a dir to be made - no problem, but I want it to have the permissions 0777.
When I look in the directory that was just created (blah  drwxr-x---) are the
permissions.

This is not acceptable!

Lucy, you got some splainin to do!

Thanks for your help

RW


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




Re: [PHP] mkdir(blah,0777)

2003-01-07 Thread Jason Wong
On Wednesday 08 January 2003 12:05, [EMAIL PROTECTED] wrote:
 I have an interesting situation!

 I get a dir to be made - no problem, but I want it to have the permissions
 0777. When I look in the directory that was just created (blah  drwxr-x---)
 are the permissions.

Look at umask().

-- 
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *

/*
An age is called Dark not because the light fails to shine, but because
people refuse to see it.
-- James Michener, Space
*/


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




Re: [PHP] mkdir(blah,0777)

2003-01-07 Thread rw
Thank you, Jason!

Quoting Jason Wong [EMAIL PROTECTED]:

### On Wednesday 08 January 2003 12:05, [EMAIL PROTECTED] wrote:
###  I have an interesting situation!
### 
###  I get a dir to be made - no problem, but I want it to have the
### permissions
###  0777. When I look in the directory that was just created (blah 
### drwxr-x---)
###  are the permissions.
### 
### Look at umask().
### 
### -- 
### Jason Wong - Gremlins Associates - www.gremlins.biz
### Open Source Software Systems Integrators
### * Web Design  Hosting * Internet  Intranet Applications Development *
### 
### /*
### An age is called Dark not because the light fails to shine, but because
### people refuse to see it.
### -- James Michener, Space
### */
### 
### 
### -- 
### PHP General Mailing List (http://www.php.net/)
### To unsubscribe, visit: http://www.php.net/unsub.php
### 
### 




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