Hi,
Am Freitag, den 01.04.2011, 19:32 +0530 schrieb Rony:
How would you create a script for a user that creates and updates files but does not allow the user to edit them later? Any idea is welcome.
create a special user just for this purpose, make the directory with the configuration and images only writable by that user, and use sudo to enable everyone to run your script (and only your script) as this special user.
Greetings, Joachim