Re: Deny _WRITE_ access to a file
From: Roger Abell (mvpNOSpam_at_asu.edu)
Date: 03/01/05
- Previous message: Al Dunbar [MS-MVP]: "Re: Deny _WRITE_ access to a file"
- Maybe in reply to: Al Dunbar [MS-MVP]: "Re: Deny _WRITE_ access to a file"
- Next in thread: Javier J: "Re: Deny _WRITE_ access to a file"
- Reply: Javier J: "Re: Deny _WRITE_ access to a file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 28 Feb 2005 22:12:30 -0700
Al is quite right in picking up on your mention of use in a
login script - which skipped my attention.
To do as you had planned you would need to do this in
a startup/shutdown script, not login/logoff script.
However, you really, really would IMO be better off by
restructuring so that all files with this requirement are in
a folder with appropriate grants, not mixed in with other
files in a folder where the default NTFS permissions will
need to be changed.
-- Roger Abell Microsoft MVP (Windows Security) MCSE (W2k3,W2k,Nt4) MCDBA "Javier J" <no.mail@please.no> wrote in message news:cvc321lamb3mjim61lkfadd8f72kcdhc39@4ax.com... > Hi all! > > I want to make sure that a group of users can't WRITE a set of files > that they have to be able to READ. The files belonging to that set > might change over time, so I want to make it part of a logon script. > > The problem is, I can use CACLS / XCACLS to DENY ALL access to the > file. or to GRANT read, write, etc privileges to the files.. But I > can't use them (or, probaby, I don't know how to do it) to just deny > write permissions for a given group. > > Is there some util that I might use, or do I have to resort to VBS to > accomplish what I need to do? IF that's the case, HOW do I do it > (sadly, whie I'm quite adept at batch scripting, VBS is not my forte). > > Thanks a lot. > > Javier J
- Previous message: Al Dunbar [MS-MVP]: "Re: Deny _WRITE_ access to a file"
- Maybe in reply to: Al Dunbar [MS-MVP]: "Re: Deny _WRITE_ access to a file"
- Next in thread: Javier J: "Re: Deny _WRITE_ access to a file"
- Reply: Javier J: "Re: Deny _WRITE_ access to a file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|