문제

I'm making an app that sends ARP packages. From the console,the program demands that I run it with super user rights using sudo -s.

Now I need to do an interface for the app using QT and I don't know how to give my app super user rights.

도움이 되었습니까?

해결책

use gksudo or kdesu.
It allows graphical programs to be run as root.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top