このコマンドは次のとおりです。
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