이 명령은 다음과 같습니다.
rm -f testfile && touch testfile && chown 0 testfile
Cygwin이 다음 오류로 인해 실패합니다.
chown: changing ownership of 'testfile': Invalid argument
왜?
답변1
(0) 계정은 Cygwin에 그런 것이 없기 때문에 chown
사용할 수 없습니다 .root
이 명령은 다음과 같습니다.
rm -f testfile && touch testfile && chown 0 testfile
Cygwin이 다음 오류로 인해 실패합니다.
chown: changing ownership of 'testfile': Invalid argument
왜?
(0) 계정은 Cygwin에 그런 것이 없기 때문에 chown
사용할 수 없습니다 .root