MAC OSX El Capitan: Airport Sym link not permitted

前端 未结 1 1274
借酒劲吻你
借酒劲吻你 2021-01-31 18:43

I tried making a symbolic link to the airport command in MAC OS X El Capitan, using the command:

sudo ln -s /System/Library/PrivateFrameworks/Apple8         


        
1条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-31 19:36

    The target directory should be /usr/local/bin/airport

    See the article on System Integrity Protection for more information as to why the directories have changed.

    sudo ln -s /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport /usr/local/bin/airport
    

    0 讨论(0)
提交回复
热议问题