标签:bash new ado roman 安装 搭建 path pen read
opkg install shadow-common
opkg install shadow-useradd
opkg update
opkg install samba36-server
opkg install luci-app-samba
opkg install luci-i18n-samba-zh-cn 
config ‘sambashare’
  option ‘read_only’ ‘no’        
  option ‘create_mask’ ’0700′
  option ‘dir_mask’ ’0700′	#权限
  option ‘guest_ok’ ‘yes’
  option ‘path’ ‘/root’	#共享文件路径
  option ‘name’ ‘root’  
smbpasswd -a root
 /etc/init.d/samba restart
标签:bash new ado roman 安装 搭建 path pen read
原文地址:https://www.cnblogs.com/yuanqiangfei/p/14638448.html