'Permissão negada' ao tentar excluir o arquivo como root no macOS

2

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?

    
por meaning-matters 29.11.2017 / 22:13

0 respostas