Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Sep 1995 22:33:56 -0400 (EDT)
From:      Network Coordinator <nc@ai.net>
To:        questions@freebsd.org
Subject:   Simple way to kill PPPD
Message-ID:  <Pine.BSF.3.91.950918223238.4592A-100000@aries.ai.net>

next in thread | raw e-mail | index | archive | help

Automatically:

kill -9 `ps -aux| grep pppd| egrep d\?- | cut -c 9-15`

set it to run automatically, or every minute or whenever you want to kill 
processes.

Still doesn't solve the problem of 100% CPU utilization, but we'll see 
about that.

-Jerry.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.950918223238.4592A-100000>