in reply to Running a daemon process as another user

Either make the script voluntarily drop privileges (set both $> and $< to your target uid when the script starts), or change users before invoking the script, for example with the system su -c.

Replies are listed 'Best First'.
Re^2: Running a daemon process as another user
by toadi (Chaplain) on Oct 27, 2004 at 08:39 UTC
    su -c worked


    --
    My opinions may have changed,
    but not the fact that I am right