Windows 2003 How to check a special file which have a special file which have

  • Thread starter Thread starter snakesboy
  • Start date Start date
S

snakesboy

Hi all

In windows 2003 ,how to check and set a special file which have


modified and delete by user


Best Regards


Ricky
 
"snakesboy" <snakesboys@gmail.com> wrote in message
news:1183695547.374199.36990@o11g2000prd.googlegroups.com...
> Hi all
>
> In windows 2003 ,how to check and set a special file which have
>
>
> modified and delete by user
>
>
> Best Regards
>
>
> Ricky
>


Please rephrase your question.
 
"snakesboy" <snakesboys@gmail.com> wrote in message
news:1183702295.347623.326180@d30g2000prg.googlegroups.com...
> How to audit which user have delete or modify for a special file
>


Click Properties/Permissions for that file, or run this command
from a Command Prompt:

cacls "d:\Shares\Some File.doc"
 
I have set it and which event ID represent a user have modified or
have deleted the file
 
Back
Top