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.
path
points to "a directory", with no mention of more than one. Making a directory with a few symlinks is likely easier for future management of the share anyways, as you don't have to always edit and reload the configuration file. – ErikF Mar 20 '18 at 09:45