RE: [PHP] mkdir Question

2001-08-26 Thread Javi - NeoDigit
; from user "nobody". > > /* Chris Lambert, CTO - [EMAIL PROTECTED] > WhiteCrown Networks - More Than White Hats > Web Application Security - www.whitecrown.net > */ > > - Original Message - > From: Jeff Oien <[EMAIL PROTECTED]> > To: PHP <[EMAIL P

Re: [PHP] mkdir Question

2001-08-26 Thread Chris Lambert
nday, August 26, 2001 4:41 PM Subject: RE: [PHP] mkdir Question | However even the permission of 0777 doesn't let me do anything to | the directory or files in it. I can't even chown or chmod anything in | it using Telnet once it's created. | Jeff Oien | | > Jeff | > JO> mk

RE: [PHP] mkdir Question

2001-08-26 Thread Jeff Oien
However even the permission of 0777 doesn't let me do anything to the directory or files in it. I can't even chown or chmod anything in it using Telnet once it's created. Jeff Oien > Jeff > JO> mkdir ("/usr/www/users//blah/blah/$username", 0777); > JO> it sets it to nobody instead of my usern

Re: [PHP] mkdir Question

2001-08-26 Thread Gianluca Baldo
Jeff JO> mkdir ("/usr/www/users//blah/blah/$username", 0777); JO> it sets it to nobody instead of my username. "Nobody" is the user runng the Apache process that's why it is the owner of the directory. You can "chown" the direcotry from your PHP script after you create it or "chmod" the files