View Full Version : Find who created a file?


J. Knapp
11-07-2005, 10:14 PM
In the Netware world, bringing up a file's properties with the Cli32 shows
you which user created the file.

Is there a similar ability in Win2K on a server? Can any utility show me
who the CREATOR OWNER is?

A program popped up that I can't figure who might have installed it; the
advanced permissions show the owner as "machinename\administrators" which
is of little help.

Anyone have a pointer? Xcacls doesn't seem to be showing me what I want to
see...

Thanks,

Jeff

MoiToo
11-08-2005, 01:26 PM
Explorer can show this information - just view details, and add the owner
column. However, if the administrators group (not the user) is the owner,
an administrator overwrote it.


"J. Knapp" <jknapp@nospam.nospam> wrote in message
news:Xns9707AF8663D91jknappnospamnospam@207.46.248.16...
> In the Netware world, bringing up a file's properties with the Cli32 shows
> you which user created the file.
>
> Is there a similar ability in Win2K on a server? Can any utility show me
> who the CREATOR OWNER is?
>
> A program popped up that I can't figure who might have installed it; the
> advanced permissions show the owner as "machinename\administrators" which
> is of little help.
>
> Anyone have a pointer? Xcacls doesn't seem to be showing me what I want to
> see...
>
> Thanks,
>
> Jeff

J. Knapp
11-08-2005, 03:56 PM
"MoiToo" <newsgroups@dodo.com.au> wrote in
news:uYpHNgG5FHA.1864@TK2MSFTNGP12.phx.gbl:

> Explorer can show this information - just view details, and add the
> owner column. However, if the administrators group (not the user) is
> the owner, an administrator overwrote it.

Hm. Interesting... so without auditing being turned on, there's no way to
know who created the file?

Damn.

Thanks.