Ok I've a problem there is a way to set a defoult value for CHMOD of new created folder maybe trought the .htaccess file. I try to be more clear When I create a new folder the server automatically set the CHMOD on a value If I want to set another value I've to CHMOD every new dir. I want to set a default value for new folder How is it possible?
The server automatically does. You'll have to change your CHMOD permissions by editing the folders hand by hand. I don't think its possible.
When you upload a file or folder with FTP software a free one I would suggest is Filezilla, in that you can right click on the folder and set the permissions for the folder.
It is possible however I can't remember where to set this option, maybe account creation directory permission config? lawl.
Thank for the answer I know i cand do this and I use CuteFTP for this. the problem is that i've joomla installed and when it create automatic new folder the server set default CHMOD to 775 and report as owner the name "Apache" and for this folder I can't change the CHMOD. So i have to delete the folder create it newly manually and then I can set the CHMOD. And this is the problem.
Ah! As this is for Joomla you will have to do this manually whenever you install a new extension/component for Joomla.
arghhhh. This is a bad new couse my component create a folder for every new user upload so i have to modify manually it? but joomla have a option that CHMOD every folder it create but seems doesn't work now i believe is problem of my server so I try to explain to my hosting owner but it seem he doesn't know what is Joola
Why not write a cronjob that sets the permissions properly on the directories as needed? Also, you can set the default permissions files and directories are created with, with in UMASK shell variable usually. man umask Code (markup):