欢迎各位兄弟 发布技术文章
这里的技术是共享的
命令
1)
su bbbb-admin #进管理员
sudo find /Library/Preferences/SystemConfiguration/ -type f -not -name "com.apple.Boot.plist" -exec sudo rm -f {} \;
或者
2)
su bbbb-admin #进管理员
sudo find /Library/Preferences/SystemConfiguration/ -type f -not -name "com.apple.Boot.plist" | xargs -I {} sudo rm -f {}