Timur
Timur
@sskras > So is the owner NT AUTHORITY\SYSTEM or something different on the computer where chmod fixed things (where appending works) ? ``` $ icacls /c/windows/system32/drivers/etc/hosts C:/windows/system32/drivers/etc/hosts NT AUTHORITY\СИСТЕМА:(I)(F) BUILTIN\Администраторы:(I)(F)...
@sskras I managed to do it like this in the end ``` sudo -i System echo "text" >> /c/windows/system32/drivers/etc/hosts ``` but it still doesn't work through the pipeline.  My...
@sskars I asked the network administrators to give access to the corporate network. And it helped! As far as I understand, `echo "text" | sudo tee -a /c/windows/system32/drivers/etc/hosts` starts working...