in reply to Re^4: How to run a perl script under "nobody" user?
in thread How to run a perl script under "nobody" user?
Afaict Apache does it differently, it starts as root and then drops privileges. That's better in Apache's case (because it has to set up log files in the parent process, for example, and it can't do that as user nobody), but for a simple perl script it's much easier to use an external program, be it sudo or su.
|
|---|