ubuntu1604 安装samba

sudo apt-get install samba

更改/etc/samba/smb.conf
添加
[share]
comment = share
path = /home/zm
writable = yes
valid users = zm

添加samba用户
sudo adduser zm

重启服务
sudo systemctl restart smbd

相关文章:

  • 2022-12-23
  • 2022-01-20
  • 2022-12-23
  • 2021-11-23
  • 2021-12-02
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-05
  • 2021-07-17
  • 2021-09-25
  • 2022-01-06
  • 2021-10-11
  • 2022-01-04
  • 2021-11-09
相关资源
相似解决方案