View Single Post
moudy91's Avatar
Posts: 165 | Thanked: 18 times | Joined on Jun 2010
#1327
Originally Posted by moudy91 View Post
dear all,
i want to create a qbw on my desktop that access me to enter the iwlist scan through the xterm

iwconfig wlan0 up
iwlist wlan0 scan
iwconfig wlan0 downn

how can i do that ?
am making this but only the xterm opens with a root:

Code:
osso-xterm 'root'
'echo "ifconfig wlan0 up"'
'echo "iwlist wlan0 scan"'
'echo "ifconfig wlan0 down'"