用 Samba  服务器

https://my.oschina.net/u/3783115/blog/1919892?from=timeline

https://blog.51cto.com/13728740/2137366

 

有些不能联网,就在系统里搜一下

find  /   -name samba*

rpm -ivh  xxx 安装

在  /etc/samba/smb.conf

[global]
workgroup = SAMBA
security = user

passdb backend = tdbsam

printing = cups
printcap name = cups
load printers = yes
cups options = raw
map to guest = Bad User

[home]
comment = My test
path = /mnt/
public = yes
browseable = yes
writable = yes
create mask = 0664
directory mask = 0775

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-18
  • 2021-12-05
  • 2021-06-06
  • 2021-12-26
  • 2021-12-02
猜你喜欢
  • 2021-11-30
  • 2021-12-06
  • 2022-12-23
  • 2021-05-18
  • 2022-02-10
  • 2021-11-28
  • 2021-05-31
相关资源
相似解决方案