(macOS Ventura - MacBook Pro M1)
Time Machineバックアップファイルを手動で削除しました! (私のせい)。いくら.Trashes
努力してもフォルダに削除できないファイルが残っています。
ルートを有効にしました。 SIPを無効にしました。chmod -N
などを試しましたが役に立ちませんchmod -/+a
。chmod 777
ACL、拡張属性などについてたくさん読んでいますが、解決策が見つかりませんでした。削除できないすべてのファイルには、次のACLがあります。例:
ls -le@ah WebSecurity
-rwxr-xr-x@ 1 root wheel 222K Aug 15 2019 WebSecurity
com.apple.finder.copy.source.checksum#N 4B
0: group:everyone deny write,delete,append,writeattr,writeextattr,chown
どんな助けにも感謝します:)
このファイルで以下を試しました。
sh-3.2# chmod -a "group:everyone deny chown" WebSecurity
chmod: Failed to set ACL on file 'WebSecurity': Operation not permitted
sh-3.2# chmod -a "group:everyone deny writeattr" WebSecurity
chmod: Failed to set ACL on file 'WebSecurity': Operation not permitted
sh-3.2# chmod -N WebSecurity
chmod: Failed to clear ACL on file WebSecurity: Operation not permitted
sh-3.2# sudo chmod 777 WebSecurity
chmod: Unable to change file mode on WebSecurity: Operation not permitted