Results 1 to 2 of 2
Hi guy
I hope that someone can assist me with something.
I need a command to kill a lot op processes created with apache without restarting apache.
I know that ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-01-2004 #1Just Joined!
- Join Date
- Dec 2004
- Posts
- 1
Kill more then one process
Hi guy
I hope that someone can assist me with something.
I need a command to kill a lot op processes created with apache without restarting apache.
I know that you can kill one process at a time with the following command: kill PID
is there a way that I can kill processes that has been started before a specified time?
Anything will help other then killing them 1 by 1 ??
Thanks
DeadSet
- 12-01-2004 #2
you can kill entire process group at one time.
see theCode:man killall


Reply With Quote
