Hi guys,
got a problem with a
perl cgi script over here. I need it to run a system command to get the status of a process. Unfortunately the process is owned by a specific user and only this user can get its status. So i tried running the command from the
perl cgi with "su", but then i get the following logfile entry:
Quote:
|
su: must be run from a terminal
|
Anybody knows how to solve this problem? Another command? Another setting somewhere?