how can I use the exec function in PHP on a specific user

Posted by Eric on Stack Overflow See other posts from Stack Overflow or by Eric
Published on 2010-04-02T21:16:51Z Indexed on 2010/04/02 21:23 UTC
Read the original article Hit count: 200

Filed under:

By default when system() and exec() functions are used in PHP the default user is SYSTEM so I can never see the result. Is there a way to change the user it runs on?

© Stack Overflow or respective owner

Related posts about php