欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

自己亲自做的 macos 的网络重置 reset_network_zhong 有大用 有大大用

#!/bin/bash
#
# sudo find /Library/Preferences/SystemConfiguration -type f -not -name "com.apple.Boot.plist" | xargs -I {} sudo rm -f {}  #似乎不能 百分百 通用
# ls /Library/Preferences/SystemConfiguration/ | grep -v "com.apple.Boot.plist" | xargs -I {} sudo rm -f  "/Library/Preferences/SystemConfiguration/{}"   #应该也行
cd /Library/Preferences/SystemConfiguration/

ls | grep -v "com.apple.Boot.plist" | xargs -I {} sudo rm -f {}



普通分类: