Hi Experts, I need create default permission 775 when a made a upload of a file with my ftp client.
1 - I created a group caled ftpusers
2 - I created a folder in /var/www/my_user
2 - Add users to group and the directory /var/www/my_user
3 - Assign the permissions: chown my_user:ftpusers /var/www/my_user
chmod 775 /var/www/my_user
But when I upload a file the permission is set to 664, and I need 775
I am using Ubuntu 14.04
Some idea ? Thanks