I'm hoping someone will be able to direct or help me understand how I can enable multiple users to edit the same files/folders in Ubuntu EC2 server (11.10).
I currently use Transmit, the Terminal window, and Wordpress to upload files to the WP folder. To use WP from it's "Dashboard panel" I find I have to chown
the WP directory to the www-data
user and whenever I want to upload files through Transmit to the WP directory I have to chown
to the ubuntu
user to allow this to happen.
I've tried chgrp
to the WP folder upon adding www-data
and ubuntu
to a common group, but it still doesn't allow each user to edit/delete files without chown
.
How can I allow a group of users in Ubuntu to be able to edit/delete files in the same directory?
Thanks for your help, Ryan