in reply to Re^8: Failed System/Exec Call under Right Permission with CGI
in thread Failed System/Exec Call under Right Permission with CGI
It is fairly common for cgi applications to run under a restricted user account.($name,$passwd,$uid,$gid,$quota,$comment,$gcos,$dir,$shell,$expire) = + getpwuid($>); print "Running as user $name (uid $uid)\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^10: Failed System/Exec Call under Right Permission with CGI
by Hue-Bond (Priest) on Jul 20, 2006 at 21:30 UTC |