umask for ftp user
Posted by: adamuss
Posted on: 2009-02-12 04:03:00
Default umask for ftp user is 022 (files created via ftp client has permissions 644). Is it possible to change it to 002?
In .bash_profile and .bashrc in ftp user home directory I have:
umask 002
but it doesn't work