Command for changing file security?

  • Thread starter Thread starter Edward
  • Start date Start date
E

Edward

I'd like to know if there is a command to let me change file security in
console window. Thanks.
 
icacls for newer Windows versions
cacls or xcacls for any current Windows version
xcacls.vbs or subinacl downloads from microsoft.com
also for any current Windows version

"Edward" <neo_in_matrix@msn.com> wrote in message
news:eA665xjtIHA.3804@TK2MSFTNGP02.phx.gbl...
> I'd like to know if there is a command to let me change file security in
> console window. Thanks.
 
You mean Command Prompt? Try CACLS and even better - XCACLS.

--
Daniel Petri
www.petri.co.il



"Edward" <neo_in_matrix@msn.com> wrote in message
news:eA665xjtIHA.3804@TK2MSFTNGP02.phx.gbl...
> I'd like to know if there is a command to let me change file security in
> console window. Thanks.
 
Thanks all for replying.

I have another question.

I saw an article http://msdn.microsoft.com/en-us/magazine/cc163885.aspx
based on a prereplease veresion of 2.0.

Have many people (if any) utilized the security classes in .NET
Framework 2.0? Are they safe?


Roger Abell [MVP] wrote:
> icacls for newer Windows versions
> cacls or xcacls for any current Windows version
> xcacls.vbs or subinacl downloads from microsoft.com
> also for any current Windows version
>
> "Edward" <neo_in_matrix@msn.com> wrote in message
> news:eA665xjtIHA.3804@TK2MSFTNGP02.phx.gbl...
>> I'd like to know if there is a command to let me change file security in
>> console window. Thanks.

>
>
 
Thanks all for replying.

I have another question.

I saw an article http://msdn.microsoft.com/en-us/magazine/cc163885.aspx
based on a prereplease veresion of 2.0.

Have many people (if any) utilized the security classes in .NET
Framework 2.0? Are they safe?


Roger Abell [MVP] wrote:
> icacls for newer Windows versions
> cacls or xcacls for any current Windows version
> xcacls.vbs or subinacl downloads from microsoft.com
> also for any current Windows version
>
> "Edward" <neo_in_matrix@msn.com> wrote in message
> news:eA665xjtIHA.3804@TK2MSFTNGP02.phx.gbl...
>> I'd like to know if there is a command to let me change file security in
>> console window. Thanks.

>
>
 
Roger Abell [MVP] wrote:
> icacls for newer Windows versions
> cacls or xcacls for any current Windows version
> xcacls.vbs or subinacl downloads from microsoft.com
> also for any current Windows version
>
> "Edward" <neo_in_matrix@msn.com> wrote in message
> news:eA665xjtIHA.3804@TK2MSFTNGP02.phx.gbl...
>> I'd like to know if there is a command to let me change file security in
>> console window. Thanks.

>
>


Thanks all for replying.

I have another question.

I saw an article http://msdn.microsoft.com/en-us/magazine/cc163885.aspx
based on a prereplease veresion of 2.0.

Have many people (if any) utilized the security classes in .NET
Framework 2.0? Are they safe?
 
Roger Abell [MVP] wrote:
> icacls for newer Windows versions
> cacls or xcacls for any current Windows version
> xcacls.vbs or subinacl downloads from microsoft.com
> also for any current Windows version
>
> "Edward" <neo_in_matrix@msn.com> wrote in message
> news:eA665xjtIHA.3804@TK2MSFTNGP02.phx.gbl...
>> I'd like to know if there is a command to let me change file security in
>> console window. Thanks.

>
>


Thanks all for replying.

I have another question.

I saw an article http://msdn.microsoft.com/en-us/magazine/cc163885.aspx
based on a prereplease veresion of 2.0.

Have many people (if any) utilized the security classes in .NET
Framework 2.0? Are they safe?
 
Oooops!

Sorry, my email client had aproblem. I did not know it already sent my
post while it reported that I could not logon to SMTP server.
 
"Edward" <neo_in_matrix@msn.com> wrote in message
news:482C20ED.4020905@msn.com...
> Thanks all for replying.
>
> I have another question.
>
> I saw an article http://msdn.microsoft.com/en-us/magazine/cc163885.aspx
> based on a prereplease veresion of 2.0.
>
> Have many people (if any) utilized the security classes in .NET Framework
> 2.0? Are they safe?
>


You know, it is usually better to use separate threads for
unrelated topics.
Anyway, I think most people just let the CAS policy default
and are pretty much unaware of .Net security. The changes
with 1.1 helped much, and 2.0 did much for those hosting
Asp.Net apps. Although one can write new, custom policies
its my belief that hardly anyone has gone down that road and
instead at best just make minor modifications to one of the
presupplied policies and only use the predefined kinds of
evidence. Safe? Well that is relative to usage environment.

Roger


>
> Roger Abell [MVP] wrote:
>> icacls for newer Windows versions
>> cacls or xcacls for any current Windows version
>> xcacls.vbs or subinacl downloads from microsoft.com
>> also for any current Windows version
>>
>> "Edward" <neo_in_matrix@msn.com> wrote in message
>> news:eA665xjtIHA.3804@TK2MSFTNGP02.phx.gbl...
>>> I'd like to know if there is a command to let me change file security in
>>> console window. Thanks.

>>
 
Back
Top