Best way to create a common folder when creating new users that is a drop box, readable and writeable by all users
- by Michael Prescott
What is the best way to provide a common drop box for all users, so that any user that is a part of a particular group can read and write to and from the directory? I thought of creating a directory outside of the /home directory, creating a group specifically for accessing the directory, then adding all desired users to that group, and finally adding a symlink to the home directory of each user that points to the drop box folder. That seems like a lot of work. Is there a better way?
I'm running ubuntu 10.04 LTS.