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
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