Created
December 18, 2008 06:06
-
-
Save shimarin/37407 to your computer and use it in GitHub Desktop.
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
;nobody,nogroupでとあるディレクトリをゲスト共有するやる気のない smb.confの例 | |
[global] | |
workgroup = STBBS.NET | |
map to guest = Bad User | |
unix charset = utf-8 | |
[share] | |
guest ok = yes | |
force user=nobody | |
force group=nogroup | |
writable=yes | |
path=/var/share | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment