说明: 安装samba服务软件包: Samba的配置文件在 /etc/samba/smb.conf 1.修改Samba服务器全局设置: [global] interfaces = lo eno4 hosts allow = 192.168.6. max protocol = NT1 2.修改Samba服务器共享目录配置 [homes] browseable = yes writable = yes 3.重启samba服务: service smb restart
<leihongwei> 上传 | 大小:863byte