Question
-
CreatorTopic
-
July 11, 2024 at 2:25 pm #4250510
Proper NTFS permissions for file server
Lockedby Ramin Faghihi · about 5 months ago
Tags: Microsoft, Operating Systems
Hello friends
They asked me to create an Office file (now Word, Excel, etc.), and the permissions should be such that users can edit and create files, but users can not delete any file even office files. We should use NTFS permissions. How should I do it? I tried everything, but in the end, I couldn’t save the office file after the changes, it said I had a file access problem, or I changed the permissions and I could save office but this time the office file could easily deleted.
It seems like I should give the delete permission to user, but then I can’t save the office file after editing. Please help me with this issue.
How I have to give permissions that users can edit and create files, but users can not delete any file even office files.
Topic is locked -
CreatorTopic
All Answers
-
AuthorReplies
-
-
July 11, 2024 at 2:33 pm #4250513
So how about File OWNERSHIP?
by rproffitt · about 5 months ago
In reply to Proper NTFS permissions for file server
I defer to the thousands of tutorials about file server settings but let’s say you don’t want files to be deleted. As such you would put those into their own folder with proper OWNERSHIP and NTFS permissions to be READ-ONLY.
Files in progress would go into another folder which would proper to give Delete permissions.
-
July 11, 2024 at 2:41 pm #4250515
Re: permissions
by kees_b · about 5 months ago
In reply to Proper NTFS permissions for file server
As you saw, saving a file that already exists (good to do after a signifocant change) means deleting the old version and saving the new one. That’s how Windows works. So if you remove the delete permission (it’s in the Advanced part of the security settings), the you can only use Save As and add a sequence number or timestamp yourself.
That makes users using their own Documents folder (or their own Onedrive) for everything they are working on, until it’s final (enough) to copy it to the file server. And even then, any later change implies a new filename on the file server.
It doesn’t seem a very practical requirement to me. But if the IT manager wants it that way, so be it.
-
July 22, 2024 at 10:29 pm #4251763
Reply To: Proper NTFS permissions for file server
by kingboss7860987 · about 4 months, 2 weeks ago
In reply to Proper NTFS permissions for file server
To allow users to edit and create files without deleting them, set NTFS permissions to deny “Delete” but allow “Modify” and “Write” permissions. First, remove “Delete” permissions for users or groups. Then, ensure they have “Modify” and “Write” access to the folder. If users encounter issues saving files, verify that they have the correct permissions on both the file and the parent folder.
-
-
AuthorReplies