Skip to content

Instantly share code, notes, and snippets.

@mmmpa
Last active August 29, 2015 14:09
Show Gist options
  • Select an option

  • Save mmmpa/44b22d954054d02933b3 to your computer and use it in GitHub Desktop.

Select an option

Save mmmpa/44b22d954054d02933b3 to your computer and use it in GitHub Desktop.
sudo service nmbd stop
sudo service smbd stop
sudo service nmbd start
sudo service smbd start
[global]
unix charset = UTF-8
dos charset = CP932
hosts allow = 127. 192.168.
guest ok = yes
security = user
oplocks = no
dns proxy = no
map to guest = bad user
[home]
path = /samba
writable = yes
guest ok = yes
read only = no
create mask = 0777
directory mask = 0777
@mmmpa

mmmpa commented Nov 18, 2014

Copy link
Copy Markdown
Author

samba 4.1.6 のやつ。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment