linux smb 服务端配置
1. 安装 sudo apt-get install samba 2. 修改默认配置 sudo vim /etc/samba/smb.conf global 选项中添加一条: security = user 添加一个选项: [share] comment = share test browseable = yes path = /home/wukt/tools/mount/ read only = no 3. 设置用户 设置一个用户和密码: sudo smbpasswd -a wukt # […]