Displaying 1 result from an estimated 1 matches for "baskets_out".
2016 Jun 07
1
How to prevent users from deleting directories
...ng to learn it fast as I have taken over for someone who left staff. I have been asked if we can prevent users from removing directories and sub directories under a Samba share while still allowing them to read and write files to these directories. For instance we have a share defined as follows:
[Baskets_Out]
comment = NGP Test Baskets Out
path = /ngiohome/ngio/Baskets/Out
force user = ngio
force group = Cci
read only = No
guest ok = Yes
hide dot files = No
veto files = /SafeDir/
All users access the share as the same user. I tried changi...