Hey everyone, I've got what is most likely a real simple question. I'm writing a network manager in C++ just to learn, the app will need root access to modify files and restart the connection so I won't have to run the app as root each time. When I compile apps I see wheel commands when it's getting compiled. I'm assuming this is the direction I need to take but I'd like to know if I'm on the right track or if someone can point me to a useful resource for this?
Thank you
Thank you