Não é possível chown 0 (root) no Cygwin

5

Este comando:

rm -f testfile && touch testfile && chown 0 testfile

está falhando no Cygwin com erro:

chown: changing ownership of 'testfile': Invalid argument

Por quê?

    
por PSkocik 16.09.2018 / 10:02

1 resposta

8

Você não pode chown com root (0) conta simplesmente porque não existe tal coisa no Cygwin.

    
por 16.09.2018 / 10:19