红联Linux门户
Linux帮助
当前位置: 红联Linux门户 > Ubuntu

[Ubuntu]sambe简单设置

发布时间:2008-08-10 16:01:57来源:红联作者:videoout
sudo apt-get install samba

/etc/samba/smb.conf的简单配置

[share]
comment = share file 注释
path = /home/yclilin/samba 共享路径
read only = No 权限
guest ok = Yes 匿名访问
veto files = /*.exe/*.com/*.rar/*.src/*.mp3/*.pif/*.dll/*.eml/*.html/*.mht/*.htm/*.rm/*.wmv/*.avi/*.rm/*.rmvb/*.mpeg/*.ini/ 禁止共享某些扩展名的文件
available = yes 激活
文章评论

共有 1 条评论

  1. Arthur1989 于 2008-08-13 13:24:43发表:

    打错字了