On Fri, 8 Oct 2004, Deepa D wrote:
>   Could you kindly elaborate as to what this cron job
> would do.
>> ps -auxwww |grep squid  |grep -v grep  | awk '{print
>> $2}'|xargs kill
This would kill Squid and all Squid owned processes each time run. Better 
expressed as "killall squid; pkill -u squid".
Not sure this is what you are looking for.
Regards
Henrik
Received on Fri Oct 08 2004 - 01:58:46 MDT
This archive was generated by hypermail pre-2.1.9 : Mon Nov 01 2004 - 12:00:01 MST