macOS ACL 設定 - Time Machine バックアップから残ったファイルを削除できません。

macOS ACL 設定 - Time Machine バックアップから残ったファイルを削除できません。

(macOS Ventura - MacBook Pro M1)

Time Machineバックアップファイルを手動で削除しました! (私のせい)。いくら.Trashes努力してもフォルダに削除できないファイルが残っています。

ルートを有効にしました。 SIPを無効にしました。chmod -Nなどを試しましたが役に立ちませんchmod -/+achmod 777ACL、拡張属性などについてたくさん読んでいますが、解決策が見つかりませんでした。削除できないすべてのファイルには、次の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

ベストアンサー1

おすすめ記事