PDA

View Full Version : every file/dir uploaded with DA filemanager has 755



spirit
08-16-2007, 10:45 PM
Hello,

Every file and directory what we upload with the DirectAdmin filemaneger has CHMOD 755. Normaly was this 644 and 755. I think after a directadmin it is changed.

Does someone know a sollution?

nobaloney
08-17-2007, 11:14 AM
Files should be uploaded as 644, and directories as 755. You can certainly change them. Perhaps DA staff had a reason for the change.

Jeff

spirit
08-17-2007, 12:28 PM
Hi Jeff,

I know, before the filemanager gives the files 644 but now 755. I can't say from what moment it is change :D

A FTP client give files 644.

DirectAdmin Support
08-17-2007, 08:21 PM
I used to be 600 way back in the day, then changed to 755. I'll set it to 644, a happy medium.
http://www.directadmin.com/features.php?id=69
http://www.directadmin.com/features.php?id=810

John

spirit
08-18-2007, 01:41 AM
Thanks John

nobaloney
08-18-2007, 07:51 AM
Best of course would be if the FileManager could read the umask and use it to set the file.

I don't like 755 because then files might be executable that for some reason I didn't want to be executed on my server.

Jeff