Estou tentando excluir:
-rw-r--r-- 1 root wheel 507 Sep 22 04:10 com.mcafee.reporter.plist
no macOS 10.13.1:
bash-3.2# rm -f /Library/LaunchAgents/com.mcafee.reporter.plist
rm: /Library/LaunchAgents/com.mcafee.reporter.plist: Permission denied
Eu sou root:
bash-3.2# whoami
root
É um arquivo de texto:
bash-3.2# file /Library/LaunchAgents/com.mcafee.reporter.plist
/Library/LaunchAgents/com.mcafee.reporter.plist: exported SGML document text, ASCII text
O que está acontecendo?
Tags rm file-permissions macos