iw
Show and manipulate wireless devices.
Install
- All systems
-
curl cmd.cat/iw.sh
- Debian
-
apt-get install iw
- Ubuntu
-
apt-get install iw
-
Alpine
-
apk add iw
- Arch Linux
-
pacman -S iw
- Kali Linux
-
apt-get install iw
- CentOS
-
yum install iw
- Fedora
-
dnf install iw
- Raspbian
-
apt-get install iw
- Docker
-
docker run cmd.cat/iw iw
powered by Commando
Show and manipulate wireless devices.
-
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
© tl;dr; authors and contributors