You are viewing a single comment's thread from:

RE: 8 #Linux Commands To Find Out Wireless Network Speed, Signal Strength And Other Information.

in #linux7 years ago (edited)

The answer is in the linked article:
iwconfig wlan0 | grep -i --color signal
new.jpg

To be sure of which the name of your network interface is (not necessarily wlan0) maybe first find it with the follow command:
route | grep default | grep -o '.....$'