Re: Permission: the owner of a directory cannot access files but can delete them!
From: Steve Seguis [MVP] (steve_NO_SPAM_at_scriptmation.com)
Date: 11/24/05
- Previous message: Stefano: "Re: Permission: the owner of a directory cannot access files but can delete them!"
- In reply to: Stefano: "Re: Permission: the owner of a directory cannot access files but can delete them!"
- Next in thread: Stefano: "Re: Permission: the owner of a directory cannot access files but can delete them!"
- Reply: Stefano: "Re: Permission: the owner of a directory cannot access files but can delete them!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 24 Nov 2005 01:35:07 GMT
Then the first thing you need to do is the retake ownership of that folder
and all its subfolders, then you can apply the permissions. The best
non-destructive way to do this is to use the xcacls.exe command so the
existing permission don't get touched. For example try this
xcalcs \\server\share\folder /E /T /G domain\username:F
this command grants domain\username full control to \\server\share\folder
and all its subdirectories while keeping the existing permissions intact.
-- Steve Seguis - MCSE, MVP Windows Server, SCJP SCRIPTMATION, INC. Automating the Enterprise http://www.scriptmation.com "Stefano" <stecrimi@yahoo.com> wrote in message news:1132744193.840922.15890@g43g2000cwa.googlegroups.com... > Unfortunately, the file in the subdirectory has the "propagate parent > privileges" not set, so when I try to change the permissions, I obtain > an error... >
- Previous message: Stefano: "Re: Permission: the owner of a directory cannot access files but can delete them!"
- In reply to: Stefano: "Re: Permission: the owner of a directory cannot access files but can delete them!"
- Next in thread: Stefano: "Re: Permission: the owner of a directory cannot access files but can delete them!"
- Reply: Stefano: "Re: Permission: the owner of a directory cannot access files but can delete them!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|