Hi All,
I had set up a samba server with users having certain permission, Now what I want to do is to a group of users i need to give access to create file but they should not be allowed to delete the file. Is this possible....HOW????
Thanks in advance
Best Regards
Rahul T.
Sometime Today, Rahul Torvi assembled some asciibets to say:
Now what I want to do is to a group of users i need to give access to create file but they should not be allowed to delete the file. Is
Both create and delete require write permissions on the directory, so I don't think that one can be offered without the other. At the most, you can remove directory write permissions after the file is created.
Philip