Ftp – Write permissions to multiple users on same directory in ProFTPD

file-permissionsftpuser-permissions

I am quite new to Webmin and ProFTPD and I am trying to give multiple users access on a public_html, both users are in same group:

siteowner:x:504:504::/home/thepclincom
secuser.thepnlincom:x:510:504::/home/thepclincom/public_html

Site's ownership is set to:

siteowner siteowner

Please suggest me how would I give these both users write access to public_html?

Thanks

Best Answer

i would suggest - create another group with all the users needing write access

make the directory group writable

and change the group ownership of the dir to the newly created group

HTH