simple_man_11 Posted April 27, 2007 Share Posted April 27, 2007 Does anyone know why the folder being created here ends up with the permissions other than 777? $userdirectory = "./users/$uname"; mkdir($userdirectory, 0777); I want the folder to be 777 and it is not giving this permission Link to comment https://forums.phpfreaks.com/topic/48919-permissions-on-a-folder-being-created/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.