[Samba] Share Problem
Chris Smith
smb_77 at chrissmith.org
Mon Dec 6 07:47:08 MST 2010
On Mon, Dec 6, 2010 at 8:28 AM, Bruno MACADRE
<bruno.macadre at univ-rouen.fr> wrote:
> Like explained in my precedent mail (Permission Problems), I want to
> do a share (called partinfo) with basic behaviour :
> * everybody in group 'info' can create file into the share.
> * everybody in group 'info' can modify file into the share (not only
> owned files)
> * only owner of a file can delete it/rename it !
>
> I put a Sticky Bit on my share folder so I've got :
>
> drwxrwx--T root info ..... partinfo
>
> It works fine localy, but when I want to use the share, it doesn't
> work at all, 'cause when I modify a file, some applications (like Gedit,
> Word, ...) try to change the owner of the file... So I can't write...
>
> Anybody have any ideas or any tips ?
Try:
chmod 1777 /path/to/partinfo
[partinfo]
...
...
valid users = +info
read only = no
force group = info
force create mode = 764
force directory mode = 775
...
...
More information about the samba
mailing list