mac Path had bad ownership/permissions

解决方案:

http://stackoverflow.com/questions/28063598/error-while-executing-plist-file-path-had-bad-ownership-permissions

 

主要是以下的两个命令行:

sudo chown root /Library/LaunchDaemons/myfile.plist
sudo chgrp wheel /Library/LaunchDaemons/myfile.plist

posted on 2016-05-06 18:52  传说中的汽水枪  阅读(3861)  评论(0编辑  收藏  举报

导航