Forum Discussion
asadjawaid80
Oct 10, 2025Copper Contributor
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 an...
Oct 30, 2025
There is no direct NTFS permission available to fully solve this issue. However, to reduce the risk of file deletion while still allowing editing and saving, the following alternative configuration can be applied:
Block File Deletion at the Folder Level
- Grant users Modify permission on the files.
- Explicitly deny the Delete and Delete Subfolders and Files permissions on the folder.
- Test application compatibility, especially with programs like Office or AutoCAD that temporarily delete and recreate files during save operations.
This configuration allows users to edit files while preventing deletion within the folder. However, some applications may still encounter errors if they rely on temporary file deletion during saving.