System Grab Bag

View all TLDR pages from Linux (or from all pages)

iw

Show and manipulate wireless devices. More information: https://manned.org/iw.
  • Scan for available wireless networks:
    iw dev {{wlp}} scan
  • Join an open wireless network:
    iw dev {{wlp}} connect {{SSID}}
  • Close the current connection:
    iw dev {{wlp}} disconnect
  • Show information about the current connection:
    iw dev {{wlp}} link

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.