(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