Created
April 7, 2016 22:40
-
-
Save vasekch/2f9ccef8ebf3bb60bb3852d190278f1b to your computer and use it in GitHub Desktop.
Simple samba config for Bananian
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[global] | |
workgroup = workgroup | |
security = share | |
share modes = yes | |
# [homes] | |
# comment = Home Directories | |
# browsable = no | |
# read only = no | |
# create mode = 0750 | |
[public] | |
path = /mnt/dupo/ | |
public = yes | |
writable = yes | |
comment = dupo1 | |
printable = no | |
guest ok = yes | |
[readme] | |
path = /var/spdr/ | |
public = yes | |
writable = no | |
comment = dupo1_doc | |
printable = no | |
guest ok = yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment