amp2030 wrote: For 70-270, deny always overrides allow.
royal wrote: amp2030 wrote: For 70-270, deny always overrides allow. Not always. An explicit allow will grant access over an inherited deny. An explicit deny triumphs all though.
amp2030 wrote: For 70-270, deny always overrides allow. Permissions are cumulative, in the sense that you add up all the allows and then subtract all the denies.
Mmartin_47 wrote: You can't set permissions on a particular file right? Just a folder?
Daniel333 wrote: If you are denied read, you can't write or change.
dynamik wrote: Daniel333 wrote: If you are denied read, you can't write or change. Before you posted this, I actually tried this out because I was curious. I thought this would work, but I wasn't completely sure. I gave myself allow write and deny read permissions to a file, then did a c:\>ping localhost >> c:\test.txt, and I was able to write it. I'm not sure how practical a situation like that would ever be, but I thought it was interesting.
susuandme wrote: Thankyou but I still don't know what the correct answser is:
Mmartin_47 wrote: amp2030 wrote: For 70-270, deny always overrides allow. Permissions are cumulative, in the sense that you add up all the allows and then subtract all the denies. Yes deny always overrides allow. More about this is also mentioned in 271 and 272.
royal wrote: Mmartin_47 wrote: amp2030 wrote: For 70-270, deny always overrides allow. Permissions are cumulative, in the sense that you add up all the allows and then subtract all the denies. Yes deny always overrides allow. More about this is also mentioned in 271 and 272. No, it does not "always" override allow. Read my above post.