Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -1,19 +1,19 @@
# networksetup
> Configuration tool for Network System Preferences
> Configuration tool for Network System Preferences.
- List available network service providers (Ethernet, Wi-Fi, Bluetooth, etc)
- List available network service providers (Ethernet, Wi-Fi, Bluetooth, etc):
`networksetup -listallnetworkservices`
- Show network settings for a particular networking device
- Show network settings for a particular networking device:
`networksetup -getinfo {{"Wi-Fi"}}`
- Get currently connected Wi-Fi network name (Wi-Fi device usually en0 or en1)
- Get currently connected Wi-Fi network name (Wi-Fi device usually en0 or en1):
`networksetup -getairportnetwork {{en0}}`
- Connect to a particular Wi-Fi network
- Connect to a particular Wi-Fi network:
`networksetup -setairportnetwork {{en0}} {{"Airport Network SSID"}} {{password}}`