yum install samba samba-client samba-swat
http://www.cnblogs.com/mchina...
groupadd www
useradd -g www -s /sbin/nologin www
-g group nologin 禁止登录
smbpasswd -a www
vim /etc/samba/smb.conf
service smb restart
smbstatus
http://wsgzao.github.io/post/...
\23.105.217.208\www
连不上chmod
\23.105.217.208\sk
[sk]
comment = SK SAMBA
path = /opt/share
writable = yes
public= yes
ubuntu /etc/init.d/smbd restart