Displaying 1 result from an estimated 1 matches for "uswb".
Did you mean:
usb
2006 Sep 26
1
extended ACLs and Samba
Hi,
i've a Project share with many subfolders. In this subfolder many user
have dedicated access rights to single files.
Sometimes a project member change and the new one should get the same
rights as the old one.
But here is my problem. With the following line i can easy change the
owner of files:
find /samba/project -user oldid -exec chown newid {} ";"
But i don't know