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

这里的技术是共享的

You are here

mac 终端 terminal 命令 command 如何重置Macbook的网络设置? 有大用 有大大用

命令 

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 {}


普通分类: