On the windows-linux interoperability front we have Samba for file/print sharing (SMB/CIFS), rdesktop for terminal services (RDP). Is there any linux tool available that will allow you to view and edit the registry of a remote windows machine (ie. not a dual-boot situation where your trying to hack the files from the windows partition while running linux)?
Home
/
user-9249
Joe's questions
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
?