Files
tldr/pages.zh/osx/networksetup.md

20 lines
613 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# networksetup
> 网络系统偏好设置的配置工具。
> 更多信息:<https://support.apple.com/guide/remote-desktop/about-networksetup-apdd0c5a2d5/mac>。
- 列出可用的网络服务提供商以太网、Wi-Fi、蓝牙等
`networksetup -listallnetworkservices`
- 显示特定网络设备的网络设置:
`networksetup -getinfo "{{Wi-Fi}}"`
- 获取当前连接的 Wi-Fi 网络名称Wi-Fi 设备通常为 en0 或 en1
`networksetup -getairportnetwork {{en0}}`
- 连接到特定的 Wi-Fi 网络:
`networksetup -setairportnetwork {{en0}} {{Airport Network SSID}} {{password}}`