|
|
见题, 但HOME 的目录访问正常,具体共享配置见下,搞了半天,搞不定,郁闷!!!!!!
[software] # 其他机子访问本机看见的目录名,任意取。
comment = 共享软件 # 注释说明,随便。
path = /home/software / # 共享出去的路径,必须。
create mask = 0765
directory mask = 0700
read only = no
valid users = @sharegroup
write like = @sharegroup
guest ok = yes
browseable = yes
public = no
writable = yes |
|