|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-09-09 18:53 UTC] joey@php.net
[2000-09-10 00:20 UTC] joey@php.net
[2000-09-10 20:21 UTC] joey@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 12:00:01 2025 UTC |
1) Attempt the following script from a web browser: mkdir("dir/name", 0777) 2) Then log into your server and go to the directory. Running ls -l indicates a file perm equivelent to 0755. Basically I can't set write permissions to group or user. 2a) If I immediately follow this with: chmod("dir/name", 0777) the permissions are set correctly.