Comment on What am I doing wrong with Linux/NAS permissions?
Nibodhika@lemmy.world 2 weeks ago
The solution you’re looking for is to have a group that all those users belong to, and make the files have RW for that group.
The solution you should do instead is to run things inside docker, so each one gets an extra isolation layer, but all can write to the same files easily.
neidu3@sh.itjust.works 2 weeks ago
This is the way. At least half of it.
On top of that, you use umask and add a sticky bit, so that everything new will have the right group bit set - no need for a cronjob.