You are viewing a single comment's thread from:RE: 8 #Linux Commands To Find Out Wireless Network Speed, Signal Strength And Other Information.View the full contextView the direct parentoneshot (55)in #linux • 7 years ago (edited)The answer is in the linked article:iwconfig wlan0 | grep -i --color signal 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 '.....$'