Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sudo cat /etc/samba/smb.conf
- # See smb.conf.example for a more detailed config file or
- # read the smb.conf manpage.
- # Run 'testparm' to verify the config is correct after
- # you modified it.
- [Home_Network]
- path = /newRaid/samba/Home_Network
- valid users = @friends
- browsable = yes
- writable = yes
- guest ok = no
- read only = no
- [Highwind]
- path = /newRaid/samba/Highwind
- valid users = @friends
- browsable = yes
- writable = yes
- guest ok = no
- read only = no
- [Scipio]
- path = /newRaid/samba/Scipio
- valid users = @me
- browsable = yes
- writable = yes
- guest ok = no
- read only = no
Advertisement
Add Comment
Please, Sign In to add comment