Forrest logo
back to context overview

networksetup

List of commands for networksetup:

  • networksetup:ai:69f86 Connect to the Wifivelocityd network in Toronto on macOS.
    $ networksetup -setairportnetwork en0 "Wifivelocityd Toronto"
    try on your machine
    explain this command
  • networksetup:tldr:9c0a3 networksetup: Connect to a particular Wi-Fi network.
    $ networksetup -setairportnetwork ${en0} ${Airport Network SSID} ${password}
    try on your machine
    explain this command
  • networksetup:tldr:a7eb2 networksetup: Get currently connected Wi-Fi network name (Wi-Fi device usually en0 or en1).
    $ networksetup -getairportnetwork ${en0}
    try on your machine
    explain this command
  • networksetup:tldr:b50e6 networksetup: List available network service providers (Ethernet, Wi-Fi, Bluetooth, etc).
    $ networksetup -listallnetworkservices
    try on your machine
    explain this command
  • networksetup:tldr:fff15 networksetup: Show network settings for a particular networking device.
    $ networksetup -getinfo "${Wi-Fi}"
    try on your machine
    explain this command
back to context overview