i have a problem. ive created a shell script to perform certain commands to initialize my wlan adapter. but, in order to perform the commands listen in the shell script, you have to be root. is there any way for me to let the script ask for the su pass, and then exec the commands? because when i do it like this:
Code:
su
*wlan_initialize_commands*
it asks for the password, but then just ignores the commands