I was just giving you an example of how to get the listing of all processes.
I didn't actually think you were going to kill all your httpd processes.
I was taking it for granted you would change httpd to the name of your process.
Mike
*** REPLY SEPARATOR ***
On 02/01/2003 a
Michael J. Pawlowsky wrote:
Actually to kill all of them would not be hard
Try something like
ps -eaf | grep httpd | awk '{print $2}'
actualy it will be named only other_script.php (it doesn't go through
httpd).
You can execute the scripts with a dummy parameter that will be a random
Actually to kill all of them would not be hard
Try something like
ps -eaf | grep httpd | awk '{print $2}'
That will give you all the httpd processes...pipe that into kill
Mike
*** REPLY SEPARATOR ***
On 02/01/2003 at 8:26 PM gamin wrote:
>Hello,
>
> Running PHP
3 matches
Mail list logo