chriszg 发表于 2018-6-15 06:33:53

玩转Windows访问Linux下的共享文件

security = user  
  comment = This is Write test
  path = /home/gliet/win
  guest ok = yes
  writable = yes
  
  comment = This is Read test
  path = /home/gliet/tar
  guest ok = yes
  read only = yes
页: [1]
查看完整版本: 玩转Windows访问Linux下的共享文件