I'm managing a Ubuntu server with hundreds of users.
One user may want to share his files/folders to his significant other. A few users may be in the movies enthusiast club, while some of them are toastmaster members, to name but a few.
The relationships of the users are too complicated and the relationships or groups may be temporary.
If I understand correctly, addgroup
, usermod
, and sort of commands require sudo
permission. If users have to ask me to create and add them to groups, I will be overwhelmed by these emails.
How would I allow users to share file access with less sudo
involvement?
Unlike What's the most appropriate directory where to place files shared between users?, I'm totally fine with users putting shared files in their own home folder.