View Single Post
Copernicus's Avatar
Posts: 1,986 | Thanked: 7,698 times | Joined on Dec 2010 @ Dayton, Ohio
#51
Originally Posted by 101aj View Post
iwconfig wlan0
this command gives iwconfig not found (even when in root)
The iwconfig executable is stored in the "sbin" directory; that's a common place for unix OSs to place their administrative utilities. So, you can use

Code:
/sbin/iwconfig wlan0
to check what your wireless is doing.