Tagged Questions
2
votes
1answer
124 views
sudo: ./server: command not found
I wrote a piece of software called "server" and I am trying to run it on a different linux box. The command I am typing is:
sudo ./server
I am in the directory with 'sever' in it, and it tells me ...
1
vote
1answer
253 views
How to invoke root privileges from my custom app?
In a GUI-environment, I want to be able to ask the user for the root/sudo password and then execute an app that requires root privileges from within my app.
As an example, say I want to run an editor ...