Re: System calls through a CGI script

2001-10-23 Thread Brett W. McCoy
On Wed, 24 Oct 2001, Daniel Falkenberg wrote: > I am working on a CGI script that needs to execute this command from a > sub within the script... > > system("/usr/sbin/adduser test"); > > I can issue this from a single non-CGI script and it works fine. I have > also double checked the permission

System calls through a CGI script

2001-10-23 Thread Daniel Falkenberg
Hi all, I am working on a CGI script that needs to execute this command from a sub within the script... system("/usr/sbin/adduser test"); I can issue this from a single non-CGI script and it works fine. I have also double checked the permission on the file but it still won't execute this syste