You are not logged in.
when i want to run netcfg2 to connect to my wireless i always have to be superuser then run netfg2. is there anyway to let the regular user run netcfg2?
Offline
sudo is your friend. You can also set it to only work with certain commands. Instead of having
USER_NAME ALL=(ALL) ALL
You can have
USER_NAME ALL=/usr/bin/netcfg2./usr/bin/netcfg-menu,[any other commands you want to add]
Offline