Posted by Not here Not Now on 11/17/06 01:40
$oldumask=umask(0);
chmod("$username", 0777);
umask($oldumask);
Ok tried it plain as just umask with out params
Default it should set to 777 still the directory is being created with
the permission set to 755.
what is the deal here and why is this happening?
there has to be a real simple fix here.
[Back to original message]
|