I have an Ubuntu server, i have a directory /testftp/. In this directory i have many other directories and files in them, how can i set to all existing and new directories and files in this directories rights – 755?
/testftp/ group is testclient
Thanks!
upd
using
chmod -R 755 /testftp/ all ok, but when i create/upload new file or directory it has 600 rights
check the following manual pages