Displaying 1 result from an estimated 1 matches for "applic1".
Did you mean:
  applic
  
2004 Apr 22
2
Application accesing file on samba sharing
...pplication. I'm having the follow problem: Some informations, that the
application write on files, is not writed. Are there any problem when there
are a lot of users accessing a file ?
     My smb.conf has the follow line for this sharing:
    [ATH]
       comment = APPLICATION
       path = /applic1/
       public = yes
       writable = yes
       write list = @users
       browseable = yes
       create mask = 0777
       directory mask = 0777
       force create mode = 0777
       force directory mode = 0777
       force group = users
       force user = users
       oplocks = false...