jason-
I posted this a few days ago as comment because I wanted you to let
you try
it out and make certain that it fits your needs. However, I'm not
certain whether or not you recieve an update when a comment is posted,
so I'm posting this as an official answer now, since I didn't get any
feedback from you. If this does not solve your problem, please let me
know as soon as possible.
The problem with the solution I'm offering is that if a user drags a
folder somewhere, a copy of the folder will be created in the new
location and the files from the original folder will be _moved_ to the
new folder. The original folder and any subfolders will not be
deleted, but the files will be moved.
If users need to be able to delete files then this is unavoidable.
If you can restrict users from deleting files, then what you want is
possible. To accomplish this just change the drop-down list in step 6
below to be 'This folder, subfolders and files'.
Note also that your job will be much easier if you create a Group to
hold all users that will be subjected to these permissions. In the
example below I assume that this is true and that this group is named
'MyUsers'. If you don't have a group set up you will need to repeat
steps 4-9 for all users you wish to restrict.
1) Right-Click the topmost folder in the hierarchy (e.g. if all users
have individual user directories underneath a main folder named
'Users', right-click 'Users'
2) Click the 'Security' Tab
3) Click the 'Advanced' button
4) Click 'Add..'
5) Hilight 'MyGroup' in the new dialog box that pops up. Click 'OK'
6) In the newly-popped-up Permissions window change the 'Apply onto'
drop-down box to 'This folder and subfolders'
7) Click the 'Allow' checkbox for the following Permissions:
'Traverse Folder/Execute File'
'List Folder/Read Data'
'Read Attributes'
'Read Extended Attributes'
'Create Files/Write Data'
'Create Folders/Append Data'
'Write Attributes'
'Write Extended Attributes'
'Read Permissions'
8) Click the 'Deny' checkbox for the following permissions:
'Delete subfolders and files'
'Delete'
'Change Permissions'
'Take Ownership'
9) Click 'Apply'
Your users will now be able to save/edit/delete files in their user
directories and can also create subdirectories. They will not,
however, be able to move directories out of the 'Users' folder or
delete any directories.
Let me know how this works out for you.
Search strategy
---------------
None, I used my own experience administering Windows 2000 to find a
solution. |