Displaying 1 result from an estimated 1 matches for "jdiperna".
2001 Nov 20
1
using samba to serve the whole tree of home directories
...ble = true
On a client machine, I smbmount //myserver/homedirs
/home successfully, but the permissions are not what I
want:
I expected to see something like
drwxrwxrwx 3 capdx capdx 4096 Nov 19
15:26 capdx
drwx------ 2 carol carol 4096 Nov 20
14:36 carol
drwx------ 11 jdiperna jdiperna 4096 Nov 19
19:05 jdiperna
but instead I'm seeing
drwxrwxr-x 1 root root 512 Nov 19
15:26 capdx
drwxrwxr-x 1 root root 512 Nov 20
14:36 carol
drwxrwxr-x 1 root root 512 Nov 19
19:05 jdiperna
I want the permissions to be the same as...