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

Reply via email to