I like to make a read only share for a user whom has access to several root folders in my fileserver. I don't want to create a bunch of shares for each folder, can I somehow add multiple paths in smb.conf?
Eg:
path=/folder1, /folder2
Edit: Without using Symlinks. I understand the Unix FS, but don't want to clutter things up with Symlink, if I have to, I will, but I'd prefer to use path= as its seems simpler/better.