creating new folders with 755, and new files with 644

Brazen

Diamond Member
Jul 14, 2000
4,259
0
0
When I create new folder they are created as 700 permissions and new files are created as 600 permissions. I need other people to be able to read these files, so is there any way to have them either inherit the permissions of the parent directory or to configure what permissions new files and folders get?

These are created through ftp, using vsftpd, by the way.
 

Brazen

Diamond Member
Jul 14, 2000
4,259
0
0
ah, you are right. So would it be "local_umask = 022" ?

I'm thinking so. That seems to work. Thanks!