在 macOS 上尝试以 root 身份删除文件时出现“权限被拒绝”

在 macOS 上尝试以 root 身份删除文件时出现“权限被拒绝”

我正在尝试删除:

-rw-r--r--   1 root  wheel   507 Sep 22 04:10 com.mcafee.reporter.plist

在 macOS 10.13.1 上:

 bash-3.2# rm -f /Library/LaunchAgents/com.mcafee.reporter.plist
 rm: /Library/LaunchAgents/com.mcafee.reporter.plist: Permission denied

我是根:

bash-3.2# whoami
root

这是一个文本文件:

bash-3.2# file /Library/LaunchAgents/com.mcafee.reporter.plist
/Library/LaunchAgents/com.mcafee.reporter.plist: exported SGML document text, ASCII text

这是怎么回事?

相关内容