%EC%9D%84%20chown%ED%95%A0%20%EC%88%98%20%EC%97%86%EC%8A%B5%EB%8B%88%EB%8B%A4..png)
이 명령은 다음과 같습니다.
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