When our users login to our server and PUT files in their directory, the permissions on the files they transfer are 644. I want them to be 755. According to the ftpd man page, I can add UMASK=022 to the /etc/default/ftpd file, refresh the inetd process and the default umask is set to 022. This doesn't work. Just to make sure the /etc/default/ftpd file works, I added a BANNER="hello world" line and it does show up during the ftp login process.
Has anyone been able to set this up?
Has anyone been able to set this up?