Ubuntu 14.04 无法联系解决方案、SMAB配置
Ubuntu 14.04 无法联系解决方案、SMAB配置
sudo vim /etc/network/interface
#下面是从dhcp中自动获取连接
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
Ubuntu14.04配置SMBA很简单
vim /etc/samba/smb.conf
插入下面几条内容
[share]
comment = Ubuntu File Server Share
path = /share 文件夹, 自己再单独设置权限吧
browsable = yes
guest ok = yes
read only = no
create mask = 0755
重启smba
sudo service samba restart
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。