Guest User

Untitled

a guest
Jan 5th, 2022
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. sudo cat /etc/samba/smb.conf
  2. # See smb.conf.example for a more detailed config file or
  3. # read the smb.conf manpage.
  4. # Run 'testparm' to verify the config is correct after
  5. # you modified it.
  6.  
  7. [Home_Network]
  8. path = /newRaid/samba/Home_Network
  9. valid users = @friends
  10. browsable = yes
  11. writable = yes
  12. guest ok = no
  13. read only = no
  14.  
  15. [Highwind]
  16. path = /newRaid/samba/Highwind
  17. valid users = @friends
  18. browsable = yes
  19. writable = yes
  20. guest ok = no
  21. read only = no
  22.  
  23. [Scipio]
  24. path = /newRaid/samba/Scipio
  25. valid users = @me
  26. browsable = yes
  27. writable = yes
  28. guest ok = no
  29. read only = no
  30.  
  31.  
Advertisement
Add Comment
Please, Sign In to add comment