macOS login: Could not determine audit condition 问题解决
发生环境:Mac os 10.15.3
发生原因:误操作chown -R 777 /usr/bin导致macOS终端出现错误
方法:
1、开启mac os root权限
2、进入root账号修改权限,将原来的权限恢复
具体步骤参考:https://easeapi.com/blog/blog/76-mac-could-not-determine-audit-condition.html
ps:root用户操作/usr/bin依然提示read-only file 或者operation not permitted
在root用户下使用“mount -uw/”命令