Displaying 1 result from an estimated 1 matches for "hatice".
Did you mean:
latice
2006 Oct 18
1
Strange Samba permissions
...this must work - only for testing purpose. Would set it too 0770, or?!
********************************************
[root@server all]# ls -la
total 32
drwxrwxrwx 3 root all 4096 Oct 16 00:04 .
drwxrwxrwx 5 root all 4096 Oct 12 20:39 ..
drwxrwxrwx 2 root all 4096 Oct 15 23:31 test
-rwxrwxrwx 1 hatice all 8 Oct 13 20:51 test.hat
********************************************
and set Samba to share this folder:
********************************************
[all]
comment = "All"
path = /etc/samba/data/all
public = no
browseable = yes
writeable = yes
force group = all
force create mod...