Galera, I try to execute a kill, killall -9 to kill process with PHP and it does not work, do I have to enable something inside php? Simpler commands like whoami picks up ... OBS: I'm using CentOS and Ubuntu.
<?php exec("killall -9 2119"); ?>
Galera, I try to execute a kill, killall -9 to kill process with PHP and it does not work, do I have to enable something inside php? Simpler commands like whoami picks up ... OBS: I'm using CentOS and Ubuntu.
<?php exec("killall -9 2119"); ?>