LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   samba and permissions (https://www.linuxquestions.org/questions/linux-networking-3/samba-and-permissions-317695/)

aylov 04-27-2005 09:28 AM

samba and permissions
 
I have this sample share in samba:

[sample]
comment = blabla
path = /var/sample
valid users = user1 user2
read only = no
browseable = no
; printable = yes
create mask = 0555


and I want user1 to write but not to modify or delete anything
and user2 - no restriction
In sample above, problem is that files created by user1 is restricted from deletion to user2.
How can I solve this problem?

taxtropel 04-28-2005 05:46 PM

that's a non reality.
the ability to write means the ability to modify and delete (as they are both considered write actions)

aylov 04-29-2005 03:28 AM

Quote:

Originally posted by taxtropel
that's a non reality.
the ability to write means the ability to modify and delete (as they are both considered write actions)

I ask, because Windows has this ability.


All times are GMT -5. The time now is 02:58 AM.