Setting umask for incoming sftp users
We have users that send files to our server via sftp... We normallyhave umask set to 022 but for these files we would like to force a umask of 002...
I've tried to change in the .bash_profile but does not seem to make any difference...
Is there a way to change this???
|