How to take ownership of files from the command line?
Posted
by Joe
on Server Fault
See other posts from Server Fault
or by Joe
Published on 2009-06-17T14:55:56Z
Indexed on
2010/05/18
20:40 UTC
Read the original article
Hit count: 253
Every so often I run into a file that I need to take ownership of. I normally use cacls
for changing ntfs permissions, but it doesn't seem to do ownership. Under *nix I would run something like chown me:me <file>
. Is there a windows equivalent to chown
?
© Server Fault or respective owner