Forum Discussion
Allow “Edit/Save/Rename Without Delete” NTFS Permission
Problem Description:
I manage shared folders using NTFS permissions. I want users to edit, save, and rename files without being able to delete them.
Currently, if “Delete” and “Delete subfolders and files” are unchecked, users cannot delete, but they also cannot save or rename files because most applications temporarily delete/rename files during saving. If delete is allowed, users can save but also delete files.
Request: Introduce an NTFS permission that allows file editing and renaming without granting delete rights, to prevent accidental data loss while maintaining normal file operations.
Observation:
This limitation is inherent in the current NTFS permission model. NTFS does not distinguish between:
Intentional deletion by user
File replacement/temporary deletion by application
As a result, administrators cannot fully protect shared folder data while still allowing normal file editing workflows.
Impact:
Prevents enterprise administrators from enforcing safe file editing without risk of accidental deletion.
Creates workarounds such as Shadow Copies or backups, but these do not prevent the deletion itself.
Suggested Improvement:
Introduce a new NTFS permission or enhanced behavior that allows:
Edit, save, rename files without granting delete rights
Deny manual deletion of files/folders by users
Maintain compatibility with standard application save workflows
Such a feature would significantly improve data protection in enterprise file shares, reduce accidental data loss, and simplify NTFS permission management.