Hi folks.
Many many years ago I went through some Unix courses and used to know the permissions system pretty well, I have to admit these days I really don't, all forgotten. Too many beers. Too many women!
I have a directory on a Raspbian/Debian server, nothing unusual, straight forward directory. I have other nodes which need to connect to this folder, which I've achieved with a mount in fstab. I'm using credentials of a known user who has permissions for the files in the original folder. However, when the mount connects the user has pretty much no control over anything.
So, how can I ensure the directory and the files within are completely available for the user in the fstab statement? I've chowned and chmodded, to no avail. If I chmod 777 then I can edit as required, but this is less than ideal.
Many thanks.