log file operations

  • Thread starter Thread starter bob.elliott
  • Start date Start date
B

bob.elliott

I'm running Windows 2000, due to security reasons I need to log some
file operations. Say, I need to know all file operation (open, modify,
delete) for folder D:\Docs. Is there any way to do so?
 
I'm running Windows 2000, due to security reasons I need to log some
file operations. Say, I need to know all file operation (open, modify,
delete) for folder D:\Docs. Is there any way to do so?
Just select the folder in explorer, right click, Properties. Select 'Security',
and click 'Advanced'. Everything you need is in the auditing tab.

Click 'Add', and create a rule for 'Everyone' that logs what you require. The
audited events will then appear in the system log, viewable via the event viewer
in the management console. (start->run either of eventvwr.msc or compmgmt.msc)
 
Back
Top