Advertisement
Guest User

Untitled

a guest
Nov 5th, 2014
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1.  
  2.  
  3. Both dirs have this config (names change for each dir, obviously):
  4.  
  5. chown root:users /srv/samba/share
  6. chmod -R 2775 /srv/samba/share
  7.  
  8. smb.conf :
  9. [SHARE]
  10. comment = Shared Data
  11. path = /srv/samba/share
  12. browseable = yes
  13. guest ok = yes
  14. force group = users
  15. writeable = yes
  16. create mask = 0664
  17. force directory mode = 0775
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement