I would like to write a Software and this Software have to save files in /usr/share/xy/
. The Software would write and read this data with fprintf()
and fscanf()
. The owner of the directory /xy/
is root and the group too. Now i start the Software with sudo
in the .desktop
file.
Now my question is it possible to start them without an password. How big Software do this to save data in the background?
Thank you Bye Nick