On 22-Feb-99 Michael Trausch wrote:
>
>
> A simple way to do this that I can think of is to do this:
>
> $ ps ax | grep pppd
There is a script that finds the PID and kills it for you. It is very simple
and I have seen it in the howtos.
What I have done is just place 'killall pppd' in a script I call pppoff and I
put that script in /usr/sbin and make it executable by root. If you use sudo,
I am guessing you could close ppp without actually becoming superuser.
I use sudo for similar purposes, but I am the only person with physical access
to my machine.
--
Andrew