Timur

Results 13 comments of 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. ![изображение](https://github.com/msys2/MSYS2-packages/assets/47992247/36a003fa-f65f-4de3-93a2-b023cdc698d8) 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...