I have a linux server running samba with a public share accepting guest connections. Any window box on the network can edit/remove files on the share as long as the files are created by a guest (i.e. through samba).
Now, some users use ssh to access the server and add files. But they can't remove files by samba guests. Similarly, guests can't edit/remove the files made by ssh users.
How can I make a real free-for-all public share where anyone can do anything in a specific folder? The folder in question is a mount point of an ext4 filesystem, if that matters.