Displaying 1 result from an estimated 1 matches for "ducent".
Did you mean:
decent
2000 Mar 18
1
Samba file access by GID - what am I missing???
...doing wrong. Please can anyone help? I'm trying to
Here's the problem. I have reason to want a directory tree to be writable by
virtue of the GID of users accessing it only.
Here's the directory I'm trying to share, and an example of the files I would
like to have in it:
[root@ducent /]# ls -al /test
total 8
d--xrwx--x 2 nobody sgml 4096 Mar 18 13:52 .
drwxr-xr-x 23 root root 4096 Mar 18 03:07 ..
----rw---- 1 nobody sgml 0 Mar 18 13:44 test3.txt
Now, I can achieve the behavior I am after in UNIX:
[root@ducent /test]# su sgml
[sgml@ducen...