【リスト1-3】 smb.confの基本設定(サンプル)
[global]
dos charset = CP932
unix charset = EUCJP-MS
display charset = EUCJP-MS
workgroup = SAMBA30
netbios name = FILESERVER
[homes]
comment = %U's Home Directories
writeable = Yes
browseable = No
[share]
comment = User Share Space
path = /opt/share
browseable = yes
writeable = yes
|