コマンドラインでネットワーク設定のネットワーク環境のところを変える

ネットワーク周りの設定は networksetup コマンドでいろいろできるみたいで、 man をみるとどうも環境設定でできることはほとんどここからもできる模様。

んで、ネットワーク環境というのは

-listlocations
        List all network locations.

-getcurrentlocation
        Display the name of the current set.

-createlocation location [populate]
        Create a set with the user-defined-name name and optionally populate it with the default services.

-deletelocation location
        Delete the set.

-switchtolocation location
        Make the specified set the current set.

この辺が該当するようだ、切り替えるだけなら

$ networksetup -switchtolocation Hoge

で OK。

by typester / at 2012-10-31T10:35:00 / osx / Comments(0)