Stop moving or deleting files or folders

J

James Reichner

Does anyone have any suggestions on how to stop users from moving or
deleting files or folders but still allowing them to create or modify files
in a specific folder?

Every once in a while I get a call from a user stating that a folder or file
is missing. 9 times out of 10 it has simply been move to another folder by
mistake. Is there anyway to stop a user from doing this? I would also like
to take delete permissions away but I don't want to inhibit the users from
doing their work.

Any ideas?
 
M

Mark Zbikowski \(MSFT\)

Deleting/renaming an object in the file system requires having delete
permission to EITHER the parent folder or to the object itself. To
prevent deletion/renaming, remove delete permission from both.

However, this may also prevent many applications from working
since their "safe save" mode involves writing to a temp file, deleting
the original, and then doing a rename from temp to original. Note
that the delete and rename would be prevented by the above.

You might be between a rock and a hard place on this one.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top