There are some lines in Ubuntu GNOME's smb.conf file nobody talks about editing.
They happen to be in the
Share Definitions section and they look like this
Code:
# File creation mask is set to 0700 for security reasons. If you want to
# create files with group=rw permissions, set next parameter to 0775.
; create mask = 0700
# Directory creation mask is set to 0700 for security reasons. If you want to
# create dirs. with group=rw permissions, set next parameter to 0775.
; directory mask = 0700
What must have made it work, after a restart of the laptop (where I was diverted into a window-manager crash issue, but came back from it) was un-commenting the lines that set the
create mask and
directory mask permissions, and going right ahead with changing them to
775 as suggested by the authors of the config file.
So now I have
and
Code:
directory mask = 0775
and accessing a share I'd created before exchanging this new edited file with my latest edit from earlier in the week,was a mere matter of double-clicking to open the folder to see what was in it.
Albeit this share was still set to Guest access, I solved the "UID=nobody" "GID=nogroup" problem I had previously griped about (not on this forum but elsewhere). It will be interesting to see if it makes any difference should I remove Guest access from that share.
BZT